/* =========================================================
   ADVANCE TEAM APPROACH
========================================================= */

.advance_team_section {
  position: relative;

  width: 100%;
  min-height: 500px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background-image: url("/assets/images/nutricos_banner/banner_03.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

/* =========================================================
   DARK OVERLAY
========================================================= */

.advance_team_section .advance_team_overlay {
  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.82);

  z-index: 1;
}

/* =========================================================
   CONTAINER
========================================================= */

.advance_team_section .advance_team_container {
  position: relative;

  z-index: 2;

  padding-top: 65px;
  padding-bottom: 65px;
}

/* =========================================================
   MAIN CONTENT
========================================================= */

.advance_team_section .advance_team_content {
  width: 100%;

  text-align: center;

  /* padding-left: 80px; */
}

/* =========================================================
   MAIN HEADING
========================================================= */

.advance_team_section .advance_team_main_title {
  margin: 0 0 25px;
  color: #ffd000;
  font-size: 62px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

/* =========================================================
   MISSION
========================================================= */

.advance_team_section .advance_team_block {
  margin-bottom: 25px;
}

.advance_team_section .advance_team_block h3 {
  margin: 0 0 10px;
  color: #009fe3;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 6 00;
}

.advance_team_section .advance_team_subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

/* =========================================================
   TEAM VALUES
========================================================= */

.advance_team_section .advance_team_values h3 {
  margin: 0 0 10px;
  color: #009fe3;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

/* =========================================================
   VALUES LIST
========================================================= */

.advance_team_section .advance_team_values ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.advance_team_section .advance_team_values li {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

/* =========================================================
   TEAM IMAGE
========================================================= */

.advance_team_section .advance_team_image {
  width: 600px;
  height: 100%;

  background: #ffffff;
}

.advance_team_section .advance_team_image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {
  .advance_team_section .advance_team_subtitle,
  .advance_team_section .advance_team_values li {
    font-size: 16px;
  }

  .advance_team_section {
    min-height: auto;
  }

  .advance_team_section .advance_team_container {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .advance_team_section .advance_team_content {
    /* padding-left: 20px; */
  }

  .advance_team_section .advance_team_main_title {
    font-size: 42px;
  }

  .advance_team_section .advance_team_block h3,
  .advance_team_section .advance_team_values h3 {
    font-size: 28px;
  }

  .advance_team_section .advance_team_image {
    width: 100%;
    height: auto;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advance_team_section .advance_team_subtitle,
  .advance_team_section .advance_team_values li {
    font-size: 16px;
  }

  .advance_team_section {
    min-height: auto;
  }

  .advance_team_section .advance_team_container {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .advance_team_section .advance_team_content {
    /* padding-left: 20px; */
  }

  .advance_team_section .advance_team_main_title {
    font-size: 35px;
  }

  .advance_team_section .advance_team_block h3,
  .advance_team_section .advance_team_values h3 {
    font-size: 20px;
  }

  .advance_team_section .advance_team_image {
    width: 60%;
    height: auto;
    margin: auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 481px) and (max-width: 767px) {
  .advance_team_section {
    min-height: auto;
  }

  .advance_team_section .advance_team_container {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .advance_team_section .advance_team_content {
    /* padding-left: 0;  */

    margin-bottom: 40px;
  }

  .advance_team_section .advance_team_main_title {
    font-size: 27px;
    margin-bottom: 25px;
  }

  .advance_team_section .advance_team_block {
    margin-bottom: 25px;
  }

  .advance_team_section .advance_team_block h3,
  .advance_team_section .advance_team_values h3 {
    font-size: 22px;
  }

  .advance_team_section .advance_team_subtitle {
    font-size: 15px;
  }

  .advance_team_section .advance_team_values li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .advance_team_section .advance_team_image {
    width: 80%;
    max-width: 330px;
    margin: auto;
    height: 190px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (min-width: 0px) and (max-width: 480px) {
  .advance_team_section .advance_team_main_title {
    font-size: 24px;
  }

  .advance_team_section .advance_team_block h3,
  .advance_team_section .advance_team_values h3 {
    font-size: 22px;
  }

  .advance_team_section .advance_team_subtitle {
    font-size: 14px;
  }

  .advance_team_section .advance_team_values li {
    font-size: 14px;
  }

  .advance_team_section .advance_team_image {
    width: 90%;
    height: 175px;
    margin: auto;
  }
}
