﻿.our-team-wrapper {    
    position: relative;
    overflow: hidden;
    background-image: none;
}
.our-team-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.founder-content {
    padding-top: 8%;
}
main > .our-team-section {
    min-height: 0;
}
.our-team-section {
    margin-bottom: 0;
}
.mission-content {
    background-color: white;
    padding: 0 45% 5% 5%;
}
.mission-content > img {
    top: 150px;
}
.text-title {
    font-size: 42px;
}

/* container กลาง (ควบคุมความกว้างเนื้อหา) */
.mission-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

/* ------------------ */
/* VISION */
/* ------------------ */
.mission-left {
    background: #ffffff;
}

.mission-left .mission-content-inner {
    max-width: 850px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ------------------ */
/* MISSION FULL WIDTH */
/* ------------------ */
.mission-right-full {
    background: #FFE600;
    width: 100%;
}

.mission-right-full .mission-content-inner {
    max-width: 700px;
    margin-left: auto; /* ดันข้อความไปขวา */
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left !important;
}

/* base */
.mission-container {
  position: relative;
  overflow: hidden;
}

/* ===== VISION (รูปด้านขวา) ===== */
.vision-bg {
  background-image: url('../images/bg-vision.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 300px auto;  
}

/* ===== MISSION (รูปด้านซ้าย) ===== */
.mission-bg {
  background-image: url('../images/bg-mission.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 300px auto;

  filter: brightness(0.9);
}

/* กัน text ชนรูป */
.mission-left .mission-content-inner {
  padding-right: 220px;
}

.mission-right-full .mission-content-inner {
  padding-left: 220px;
}

@media (max-width: 992px) {
  .vision-bg,
  .mission-bg {
    background-size: 180px auto;
  }

  .mission-left .mission-content-inner,
  .mission-right-full .mission-content-inner {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .vision-bg,
  .mission-bg {
    background-image: none;
  }
}