html,
body {
  overflow-x: unset;
}

body {
  background-color: #FFFFFF;
}

#about_us_hero {
  margin: 60px 0 0;
  padding: 0 120px;
  text-align: center;
  background-image: url("../assets/images/about_us/team-lines.webp");
  background-size: 1765px 889px;
  background-position: top right;
}

.about_hero_centered {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.inner_wrapper.about_hero_centered {
  position: relative;
  z-index: 1;
}

.subtitle_team {
  background: rgba(3, 29, 61, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  padding: 6px 14px;
  border-radius: 200px;
  display: inline;
}

.about_hero_title {
  font-weight: 700;
  font-size: 82px;
  line-height: 108%;
  color: rgba(24, 31, 53, 1);
  margin-bottom: 4px;
}

.about_hero_txt {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: rgba(74, 85, 120, 1);
  max-width: 726px;
  margin: 0 auto 60px;
}

.team_video_wrapper {
  position: relative;
  width: 100%;
  max-width: 1085px;
  margin: 0 auto 60px;
  border-radius: 60px;
  overflow: hidden;
  aspect-ratio: 1920 / 1080;
}

#team_video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero_icon_user {
  position: absolute;
  right: 140px;
  top: 160px;
  width: 163px;
  height: 163px;
  z-index: 5;
}

#by_numbers_new {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 110px;
  flex-wrap: wrap;
}

.number_block_new {
  text-align: left;
}

.number_new {
  font-weight: 700;
  font-size: 48px;
  line-height: 118%;
  color: #63aeff;
  margin-bottom: 6px;
}

.description_new {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(74, 85, 120, 1);
  opacity: 0.8;
}

/* Meet Our Team */

#meet_our_team {
  padding: 100px 120px;
  background-color: rgba(218, 234, 242, 1);
  margin-bottom: 90px;
  transition: background-color 0.3s ease-in-out;
}

html.dark #meet_our_team {
  background-color: var(--say9-sec-dark);
}

#meet_heading {
  color: var(--say9-text-blue);
  font-size: 44px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

#by_numbers {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 20px;
}

.number_block {
  text-align: center;
}

.number {
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
  margin-bottom: 30px;
  font-family: "Livvic", "Helvetica Neue", Arial, sans-serif;
  transition: color 0.3s ease-in-out;
}

.description span {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}

.description svg {
  height: 1.4em;
  width: auto;
  position: relative;
  top: 1px;
}

/* Team */

.linky_icon {
  position: absolute;
  left: 160px;
  top: -187px;
  width: 212px;
  height: 212px;
  z-index: 3;
  pointer-events: none;
}

.teams_container {
  background-color: rgb(3, 29, 61, 1);
  border-radius: 40px;
  padding: 128px 120px;
  margin-top: 124px;
  position: relative;
  z-index: 2;
}

#team {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  height: auto;
  padding: 0;
}

.team_member {
  height: 442px !important;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background-color: transparent;
  transition: transform 0.3s ease;
}

.team_member .image {
  width: 100%;
  height: 331px !important;
  position: relative;
}

.team_member .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}

.team_member:not(.colored) .image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.35s ease;
}

.team_member:not(.colored):hover .image img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.team_member.active-auto .image img {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
}

/* Keep your transition */
.team_member .image img {
  transition: filter 0.35s ease;
}

.team_member.active-auto .image img {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
}

/* Keep your transition */
.team_member .image img {
  transition: filter 0.35s ease;
}

.team_member .information {
  background-color: rgb(14, 68, 176);
  border-radius: 0 0 24px 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 120px;
}

.team_member .info_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team_member .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: rgb(255, 255, 255);
  margin: 0;
}

.team_member .position {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(153, 202, 255, 1);
  margin: 0;
}

.linked_in {
  width: 33px;
  height: 33px;
  min-width: 33px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.linked_in svg {
  width: 33px;
  height: 33px;
}

.linked_in svg path {
  fill: #FFFFFF !important;
  transition: fill 0.3s ease-in-out;
}

.linked_in:hover {
  background-color: rgb(255, 255, 255);
}


.linked_in:hover svg path {
  fill: rgba(0, 118, 178, 1) !important;
}

#team_select_container {
  margin-bottom: 27px;
}

#teams_inner {
  max-width: 1500px;
}

#team_selector_wrapper {
  position: relative;
  width: 320px;
  height: 40px;
}

/* Main dropdown button */
#team_selector {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 4px solid rgba(255, 255, 255, 0);
  background-color: rgba(16, 51, 95, 1);
  color: rgba(185, 192, 212, 1);
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  padding: 8px 36px 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Dropdown arrow */
#team_selector_wrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 14px;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}

#team_selector_wrapper svg path {
  stroke: rgb(255, 255, 255);
}

#team_selector_wrapper.opened svg {
  transform: translateY(-50%) rotate(0deg);
}

#team_selector_wrapper.opened #team_selector {
  border: 4px solid rgba(198, 225, 255, 1);
}

/* Dropdown list */
#team_options {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
  gap: 4px;
  display: none;
  flex-direction: column;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  background-color: rgba(16, 51, 95, 1);
  border-radius: 8px;
  padding: 2px 6px;
}

/* Show dropdown when wrapper has .opened */
#team_selector_wrapper.opened #team_options {
  display: flex;
}

/* Dropdown item */
.team_option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(220, 223, 234, 1);
  padding: 8px 14px;
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  min-height: 40px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 6px;
}

.team_option:hover {
  background-color: rgba(198, 225, 255, 1);
  color: rgba(24, 31, 53, 1);
}

.team_option.selected {
  background-color: rgba(198, 225, 255, 1);
  color: rgba(24, 31, 53, 1);
}

.team_option .check_icon {
  display: none;
}

.team_option.selected .check_icon {
  display: inline-block;
}

#team_options::-webkit-scrollbar {
  width: 6px;
}

#team_options::-webkit-scrollbar-thumb {
  background-color: rgba(246, 250, 255, 1);
  border-radius: 8px;
}

#team_options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(32, 110, 222, 1);
}

#team[data-team-choice]>div {
  display: none;
}

#team[data-team-choice="All Our Staff"]>div {
  display: block;
}

#team[data-team-choice="Operations Team"]>div[data-team-name*="Operations Team"] {
  display: block;
}

#team[data-team-choice="Marketing Team"]>div[data-team-name*="Marketing Team"] {
  display: block;
}

#team[data-team-choice="Client Success Team"]>div[data-team-name*="Client Success Team"] {
  display: block;
}

#team[data-team-choice="Data Team"]>div[data-team-name*="Data Team"] {
  display: block;
}

#team[data-team-choice="Link Building Team"]>div[data-team-name*="Link Building Team"] {
  display: block;
}

#team[data-team-choice="SEO Content Team"]>div[data-team-name*="SEO Content Team"] {
  display: block;
}

#team[data-team-choice="Design Team"]>div[data-team-name*="Design Team"] {
  display: block;
}

#team[data-team-choice="Technical Team"]>div[data-team-name*="Technical Team"] {
  display: block;
}

#team[data-team-choice="Finance Team"]>div[data-team-name*="Finance Team"] {
  display: block;
}

#team[data-team-choice="Sales Team"]>div[data-team-name*="Sales Team"] {
  display: block;
}

/* Gallery */

#gallery {
  position: relative;
  background: rgba(198, 225, 255, 1);
  border-radius: 0 0 40px 40px;
  margin-top: -40px;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden;
}

#gallery_inner {
  position: relative;
  z-index: 2;
}

/* Background grid image */
.gallery_background {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 160%;
  overflow: hidden;
  z-index: 0;
}

.gallery_bg_image {
  position: absolute;
  bottom: 0;
  left: -25%;
}

/* ===============================
   Header
================================== */
.gallery_header {
  text-align: center;
  margin-bottom: 190px;
  position: relative;
  z-index: 2;
}

.gallery_title {
  font-size: 72px;
  font-weight: 700;
  color: rgba(24, 31, 53, 1);
  margin-top: 16px;
  line-height: 108%;
}

.gallery_wrapper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  height: 700px;
  z-index: 5;
}

.polaroid {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: var(--pad, 11px 11px 44px);
  box-shadow: 0 10px 30px rgba(14, 24, 44, 0.12);
  transform-origin: center center;
  overflow: hidden;
  z-index: 1;
}

.polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.polaroid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 24px;
  text-align: center;
  font-size: 24px;
  line-height: 160%;
  color: rgba(185, 192, 212, 1);
  font-weight: 400;
}

.polaroid:not(.center) figcaption {
  display: none;
}

/* Positions and rotations */
.left_top {
  width: 309px;
  height: 376px;
  left: -114px;
  top: -226px;
  transform: rotate(-13.7deg);
  z-index: 2;
}

.left_mid {
  width: 271px;
  height: 411px;
  left: -177px;
  top: -49px;
  transform: rotate(-28.5deg);
  z-index: 3;
}

.left_bottom {
  width: 251px;
  height: 328px;
  left: -101px;
  top: 259px;
  z-index: 5;
}

.polaroid.center {
  width: 880px;
  height: 680px;
  left: 50%;
  top: -100px;
  transform: translateX(-50%) rotate(0deg);
  z-index: 4;
}

.right_top {
  width: 313px;
  height: 474px;
  right: -164px;
  top: -229px;
  transform: rotate(-9.3deg);
  z-index: 2;
}

.right_mid {
  width: 256px;
  height: 388px;
  right: -157px;
  top: 115px;
  transform: rotate(27.65deg);
  z-index: 3;
}

.right_bottom {
  width: 363px;
  height: 307px;
  right: -231px;
  top: 316px;
  transform: rotate(-11.5deg);
  z-index: 5;
}

.gallery_elephant {
  position: absolute;
  bottom: -440px;
  left: -2%;
  width: 900px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
}

.hero_lines_gallery {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero_lines_img_gallery {
  position: absolute;
  bottom: -3%;
  left: 0%;
  pointer-events: none;
  user-select: none;
  height: 110%;
}

#follow_us_instagram {
  display: flex;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
}

#follow_us_instagram a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 10px 20px;
  border: 2px solid var(--say9-primary-blue);
  border-radius: 200px;
  color: var(--say9-primary-blue);
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

#follow_us_instagram span {
  font-weight: 600;
  font-size: 22px;
  transition: color 0.3s ease;
  color: rgba(3, 29, 61, 1);
}

#follow_us_instagram img {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}

#follow_us_instagram .icon-hover {
  position: absolute;
  right: 20px;
  opacity: 0;
}

#follow_us_instagram a:hover {
  background: var(--say9-primary-blue);
  color: #fff;
}

#follow_us_instagram a:hover span {
  color: #fff;
}

#follow_us_instagram a:hover .icon-default {
  opacity: 0;
}

#follow_us_instagram a:hover .icon-hover {
  opacity: 1;
}

#follow_us_instagram.prevent-hover a:hover span {
  color: rgba(3, 29, 61, 1) !important;
}

#follow_us_instagram.prevent-hover a:hover .icon-default {
  opacity: 1 !important;
}

#follow_us_instagram.prevent-hover a:hover .icon-hover {
  opacity: 0 !important;
}

/* Why choose section */

#why_choose_us {
  display: flex;
  justify-content: center;
  padding: 0 70px;
  margin: 140px 0;
  box-sizing: border-box;
}

.why_box {
  width: 100%;
  background: rgb(246, 250, 255);
  border-radius: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 77px 0 77px 140px;
  box-sizing: border-box;
}

.why_left {
  flex: 0 0 47%;
}

.why_title {
  font-size: 72px;
  font-weight: 700;
  line-height: 108%;
  color: rgb(24, 31, 53);
  margin-top: 16px;
  max-width: 640px;
}

/* Right side with cards */
.why_right {
  position: relative;
  flex: 0 0 53%;
  width: 1000px;
  height: 340px;
}

/* Floating cards */
.card {
  position: absolute;
  width: var(--w);
  height: 94px;
  left: var(--l);
  bottom: var(--b);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
  opacity: 0;
  transform: translateY(-180px) rotate(var(--rot));
  will-change: transform, opacity;
  transition:
    transform var(--dur, 1s) cubic-bezier(.25, .85, .25, 1),
    opacity 350ms ease;
  transition-delay: var(--delay, 0s);
}

.card_icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.card.in {
  opacity: 1;
  transform: translateY(0) rotate(var(--rot));
}

/* Colors */
.card.dark {
  background: rgba(16, 51, 95, 1);
}

.card.blue {
  background: rgba(2, 130, 171, 1);
}

.card.darkblue {
  background: rgba(14, 68, 176, 1);
}

.card.turquoise {
  background: rgba(51, 190, 236, 1);
}

.card.lightblue {
  background: rgba(99, 174, 255, 1);
}

/* Drop-in animation */
@keyframes dropCard {
  0% {
    transform: translateY(-200px) rotate(var(--rot, 0deg));
    opacity: 0;
  }

  80% {
    transform: translateY(var(--top, 0)) rotate(var(--rot, 0deg));
    opacity: 1;
  }

  100% {
    transform: translateY(0) rotate(var(--rot, 0deg));
    opacity: 1;
  }
}

@media screen and (max-width: 1720px) {

  .gallery_elephant {
    left: -10%;
  }

  .linky_icon {
    left: 120px;
    top: -165px;
    width: 190px;
    height: 190px;
  }

  #why_choose_us {
    margin: 120px 0;
  }

  .why_box {
    padding: 70px 100px;
  }

  .why_right {
    width: 940px;
    height: 340px;
  }

  .why_title {
    font-size: 66px;
    max-width: 600px;
  }

  .card {
    font-size: 24px;
  }

  .card.blue {
    left: -12px;
    bottom: -69px;
  }

  .card.dark {
    left: 252px;
    bottom: -69px;
  }

  .card.turquoise {
    left: 178px;
    bottom: 25px;
  }

  .card.darkblue {
    left: 182px;
    bottom: 158px;
  }

  .card.lightblue {
    left: 435px;
    bottom: 24px;
  }
}

/* ---------- 1620px ---------- */
@media screen and (max-width: 1620px) {

  /* Base font scaling */
  html {
    font-size: 98%;
  }

  /* HERO SECTION */
  .about_hero_title {
    font-size: clamp(56px, 4vw, 82px);
  }

  .about_hero_txt {
    font-size: clamp(20px, 1.4vw, 24px);
    max-width: 720px;
  }

  .hero_icon_user {
    width: 150px;
    height: 150px;
    top: 150px;
    right: 120px;
  }

  /* BY NUMBERS */
  #by_numbers_new {
    gap: 100px;
  }

  .number_new {
    font-size: clamp(40px, 2.8vw, 48px);
  }

  .description_new {
    font-size: clamp(18px, 1.2vw, 22px);
  }

  /* TEAM SECTION */
  #meet_our_team {
    padding: 90px 100px;
  }

  #meet_heading {
    font-size: clamp(40px, 2.8vw, 44px);
    margin-bottom: 60px;
  }

  .teams_container {
    padding: 100px 100px;
    margin-top: 121px;
  }

  #team {
    gap: 36px;
  }

  .team_member .name {
    font-size: 20px;
  }

  .team_member .position {
    font-size: 18px;
  }

  /* GALLERY */
  .gallery_wrapper {
    transform: scale(0.95);
    transform-origin: center center;
  }

  .gallery_title {
    font-size: clamp(56px, 3.5vw, 72px);
    margin-top: 0;
  }

  .gallery_elephant {
    width: 796px;
    left: -6%;
    bottom: -328px;
  }

  /* FOLLOW US */
  #follow_us_instagram span {
    font-size: 20px;
  }

  /* WHY CHOOSE US */
  .why_title {
    font-size: clamp(60px, 4vw, 72px);
    max-width: 600px;
  }

  .card {
    font-size: 22px;
  }

  .left_top {
    width: 300px;
    height: 370px;
    left: -95px;
  }

  .left_mid {
    width: 265px;
    height: 400px;
    left: -153px;
  }

  .left_bottom {
    width: 245px;
    height: 320px;
    left: -81px;
  }

  .polaroid.center {
    width: 850px;
    height: 655px;
  }

  .right_top {
    width: 300px;
    height: 460px;
    right: -143px;
  }

  .right_mid {
    width: 250px;
    height: 380px;
    right: -130px;
    top: 99px;
  }

  .right_bottom {
    width: 345px;
    height: 295px;
  }

  #why_choose_us {
    margin: 120px 0;
  }

  .why_box {
    padding: 70px 0 70px 100px;
  }

  .why_left {
    flex: 0 0 38%;
  }

  .why_right {
    flex: 0 0 57%;
    width: 940px;
    height: 340px;
  }

  .why_title {
    font-size: 66px;
    max-width: 600px;
  }

  .card {
    font-size: 24px;
  }

  .card.blue {
    left: -12px;
    bottom: -69px;
  }

  .card.dark {
    left: 252px;
    bottom: -69px;
  }

  .card.turquoise {
    left: 178px;
    bottom: 25px;
  }

  .card.darkblue {
    left: 178px;
    bottom: 158px;
  }

  .card.lightblue {
    left: 432px;
    bottom: 25px;
  }
}

/* ---------- 1520px ---------- */
@media screen and (max-width: 1520px) {
  #gallery {
    padding-bottom: 15px;
  }

  html {
    font-size: 96%;
  }

  .gallery_wrapper {
    transform: scale(0.92);
  }

  .gallery_header {
    margin-bottom: 120px;
  }

  .gallery_elephant {
    width: 790px;
    left: -8%;
    bottom: -358px;
  }

  #follow_us_instagram {
    transform: translateY(-170%);
  }

  #team {
    gap: 32px;
  }

  .team_video_wrapper {
    max-width: 1010px;
  }

  .teams_container {
    padding: 80px 80px;
  }

  .left_top {
    width: 280px;
    height: 345px;
    left: -55px;
  }

  .left_mid {
    width: 245px;
    height: 375px;
    left: -103px;
  }

  .left_bottom {
    width: 230px;
    height: 300px;
    left: -41px;
    top: 236px;
  }

  .polaroid.center {
    width: 800px;
    height: 620px;
  }

  .right_top {
    width: 280px;
    height: 440px;
    right: -93px;
  }

  .right_mid {
    width: 235px;
    height: 355px;
    right: -80px;
    top: 89px;
  }

  .right_bottom {
    width: 330px;
    height: 280px;
    right: -166px;
    top: 308px;
  }

  .why_box {
    padding: 65px 0 65px 45px;
  }

  .why_right {
    width: 880px;
    height: 330px;
  }

  .why_title {
    font-size: 58px;
    white-space: nowrap;
  }

  .card {
    font-size: 22px;
  }

  .card.blue {
    left: -12px;
    bottom: -63px;
  }

  .card.dark {
    left: 252px;
    bottom: -63px;
  }

  .card.turquoise {
    left: 178px;
    bottom: 31px;
  }

  .card.darkblue {
    left: 171px;
    bottom: 163px;
  }

  .card.lightblue {
    left: 425px;
    bottom: 30px;
  }
}


/* ---------- 1440px ---------- */
@media screen and (max-width: 1440px) {
  #gallery {
    padding-bottom: 10px;
  }

  .linky_icon {
    left: 90px;
    top: -140px;
    width: 160px;
    height: 160px;
  }

  html {
    font-size: 94%;
  }

  .gallery_wrapper {
    transform: scale(0.9);
    margin-top: -30px;
  }

  #gallery_inner {
    height: 855px;
  }

  .gallery_elephant {
    width: 650px;
    left: -3%;
    bottom: -292px;
  }

  #follow_us_instagram {
    transform: translateY(-246%);
  }

  #team {
    gap: 30px;
  }

  .team_video_wrapper {
    max-width: 920px;
  }

  .hero_icon_user {
    right: 135px;
  }

  .number_new {
    font-size: 42px;
  }

  .left_top {
    width: 260px;
    height: 325px;
    left: -15px;
    top: -206px;
  }

  .left_mid {
    width: 230px;
    height: 355px;
    left: -73px;
  }

  .left_bottom {
    width: 215px;
    height: 285px;
    left: -9px;
    top: 216px;
  }

  .polaroid.center {
    width: 760px;
    height: 580px;
  }

  .right_top {
    width: 260px;
    height: 410px;
    right: -53px;
  }

  .right_mid {
    width: 220px;
    height: 335px;
    right: -30px;
    top: 49px;
  }

  .right_bottom {
    width: 310px;
    height: 260px;
    right: -125px;
    top: 268px;
  }

  #why_choose_us {
    margin: 100px 0;
  }

  .why_box {
    padding: 60px 0 60px 80px;
  }

  .why_left {
    flex: 0 0 35%;
  }

  .why_title {
    font-size: 54px;
  }

  .why_right {
    flex: 0 0 65%;
    width: 820px;
    height: 320px;
  }

  .card {
    font-size: 20px;
  }

  .card.blue {
    width: 233px;
    left: -12px;
    bottom: -59px;
  }

  .card.dark {
    width: 313px;
    left: 222px;
    bottom: -59px;
  }

  .card.turquoise {
    width: 282px;
    left: 153px;
    bottom: 35px;
  }

  .card.darkblue {
    width: 289px;
    left: 179px;
    bottom: 163px;
  }

  .card.lightblue {
    width: 317px;
    left: 398px;
    bottom: 26px;
  }
}


/* ---------- 1360px ---------- */
@media screen and (max-width: 1360px) {
  #gallery {
    padding-bottom: 0;
  }

  html {
    font-size: 93%;
  }

  .team_video_wrapper {
    max-width: 880px;
  }

  .hero_icon_user {
    width: 130px;
    height: 130px;
    top: 150px;
    right: 110px;
  }

  #gallery_inner {
    height: 795px;
  }

  .gallery_elephant {
    width: 560px;
    left: -1%;
    bottom: -252px;
  }

  #follow_us_instagram {
    transform: translateY(-380%);
  }

  .polaroid figcaption {
    font-size: 20px;
  }

  .teams_container {
    padding: 70px 70px;
  }

  #meet_heading {
    font-size: 36px;
  }

  .left_top {
    width: 240px;
    height: 300px;
    left: 10px;
  }

  .left_mid {
    width: 210px;
    height: 330px;
    left: -24px;
  }

  .left_bottom {
    width: 200px;
    height: 265px;
    left: 24px;
    top: 193px;
  }

  .polaroid.center {
    width: 720px;
    height: 550px;
  }

  .right_top {
    width: 240px;
    height: 385px;
    right: -16px;
  }

  .right_mid {
    width: 205px;
    height: 315px;
    right: 10px;
    top: 29px;
  }

  .right_bottom {
    width: 295px;
    height: 240px;
    right: -85px;
    top: 218px;
  }

  .why_box {
    padding: 55px 0 55px 35px;
  }

  .why_right {
    width: 760px;
    height: 310px;
  }

  .why_title {
    font-size: 52px;
  }

  .card {
    font-size: 18px;
  }

  .card.blue {
    width: 213px;
    left: -12px;
    bottom: -54px;
  }

  .card.dark {
    width: 293px;
    left: 202px;
    bottom: -54px;
  }

  .card.turquoise {
    width: 262px;
    left: 139px;
    bottom: 40px;
  }

  .card.darkblue {
    width: 269px;
    left: 184px;
    bottom: 165px;
  }

  .card.lightblue {
    width: 305px;
    left: 375px;
    bottom: 25px;
  }
}


/* ---------- 1280px ---------- */
@media screen and (max-width: 1280px) {

  html {
    font-size: 91%;
  }

  #gallery {
    padding-top: 130px;
  }

  .team_video_wrapper {
    max-width: 820px;
  }

  #gallery_inner {
    height: 765px;
  }

  .gallery_elephant {
    width: 510px;
    left: 0%;
    bottom: -202px;
  }

  #follow_us_instagram {
    transform: translateY(-427%);
  }

  #team {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .left_top {
    width: 220px;
    height: 280px;
    left: 40px;
    top: -186px;
  }

  .left_mid {
    width: 190px;
    height: 305px;
    left: 26px;
  }

  .left_bottom {
    width: 180px;
    height: 245px;
    left: 64px;
    top: 171px;
  }

  .polaroid.center {
    width: 680px;
    height: 510px;
  }

  .right_top {
    width: 220px;
    height: 360px;
    right: 23px;
  }

  .right_mid {
    width: 190px;
    height: 295px;
    right: 50px;
    top: 10px;
  }

  .right_bottom {
    width: 275px;
    height: 225px;
    right: -42px;
    top: 178px;
  }

  #why_choose_us {
    padding: 0 45px;
  }

  .why_box {
    padding: 50px 0 50px 30px;
  }

  .why_right {
    width: 720px;
    height: 300px;
  }

  .why_title {
    font-size: 48px;
  }

  .card {
    font-size: 17px;
  }

  .card.blue {
    width: 213px;
    left: -12px;
    bottom: -54px;
  }

  .card.dark {
    width: 273px;
    left: 202px;
    bottom: -54px;
  }

  .card.turquoise {
    width: 242px;
    left: 139px;
    bottom: 40px;
  }

  .card.darkblue {
    width: 249px;
    left: 194px;
    bottom: 163px;
  }

  .card.lightblue {
    width: 287px;
    left: 361px;
    bottom: 23px;
  }
}


/* ---------- 1200px ---------- */
@media screen and (max-width: 1200px) {

  html {
    font-size: 90%;
  }

  .number_new {
    font-size: clamp(30px, 2.2vw, 44px);
  }

  .team_video_wrapper {
    max-width: 820px;
  }

  .hero_icon_user {
    right: 70px;
  }

  #gallery_inner {
    height: 725px;
  }

  .gallery_elephant {
    width: 514px;
    left: -4%;
    bottom: -202px;
  }

  #follow_us_instagram {
    transform: translateY(-477%);
  }

  .teams_container {
    padding: 60px;
    margin-top: 144px;
  }

  .left_top {
    width: 205px;
    height: 265px;
    left: 80px;
  }

  .left_mid {
    width: 175px;
    height: 280px;
    left: 58px;
  }

  .left_bottom {
    width: 165px;
    height: 225px;
    left: 97px;
    top: 149px;
  }

  .polaroid.center {
    width: 640px;
    height: 480px;
  }

  .right_top {
    width: 205px;
    height: 340px;
    right: 60px;
  }

  .right_mid {
    width: 175px;
    height: 275px;
    right: 90px;
    top: -6px;
  }

  .right_bottom {
    width: 255px;
    height: 205px;
    right: -4px;
    top: 165px;
  }

  .why_right {
    width: 660px;
    height: 290px;
  }

  .why_title {
    font-size: 46px;
  }

  .card {
    font-size: 18px;
    border-radius: 16px;
  }

  .card_icon {
    width: 32px;
    height: 32px;
  }

  .card.blue {
    width: 178px;
    height: 64px;
    left: 48px;
    bottom: -48px;
  }

  .card.dark {
    width: 234px;
    height: 64px;
    left: 227px;
    bottom: -48px;
  }

  .card.turquoise {
    width: 212px;
    height: 64px;
    left: 178px;
    bottom: 16px;
  }

  .card.darkblue {
    width: 218px;
    height: 64px;
    left: 178px;
    bottom: 106px;
  }

  .card.lightblue {
    width: 236px;
    height: 64px;
    left: 350px;
    bottom: 12px;
  }
}

@media screen and (max-width: 1170px) {
  .left_top {
    width: 180px;
    height: 240px;
    left: 125px;
    top: -176px;
  }

  .left_mid {
    width: 160px;
    height: 250px;
    left: 110px;
  }

  .left_bottom {
    width: 145px;
    height: 200px;
    left: 147px;
    top: 129px;
  }

  .polaroid.center {
    width: 570px;
    height: 430px;
  }

  .right_top {
    width: 180px;
    height: 310px;
    right: 109px;
  }

  .right_mid {
    width: 160px;
    height: 245px;
    right: 127px;
  }

  .right_bottom {
    width: 230px;
    height: 180px;
    right: 50px;
    top: 145px;
  }
}

/* ---------- 1120px ---------- */
@media screen and (max-width: 1120px) {

  html {
    font-size: 88%;
  }

  #gallery_inner {
    height: 640px;
  }

  .gallery_elephant {
    width: 460px;
    left: 1%;
    bottom: -197px;
  }

  .hero_icon_user {
    right: 30px;
  }

  #follow_us_instagram {
    transform: translateY(-751%);
  }

  #follow_us_instagram a {
    height: 42px;
    padding: 5px 10px;
  }

  #follow_us_instagram span {
    font-size: 16px;
    color: rgba(3, 29, 61, 1);
  }

  #follow_us_instagram .icon-hover {
    right: 10px
  }

  #follow_us_instagram img {
    width: 28px;
    height: 28px;
  }

  #team {
    gap: 20px;
  }

  .left_top {
    width: 180px;
    height: 240px;
    left: 120px;
    top: -176px;
  }

  .left_mid {
    width: 160px;
    height: 250px;
    left: 99px;
  }

  .left_bottom {
    width: 145px;
    height: 200px;
    left: 137px;
    top: 129px;
  }

  .polaroid.center {
    width: 570px;
    height: 430px;
  }

  .right_top {
    width: 180px;
    height: 310px;
    right: 100px;
  }

  .right_mid {
    width: 160px;
    height: 245px;
    right: 120px;
  }

  .right_bottom {
    width: 230px;
    height: 180px;
    right: 46px;
    top: 145px;
  }

  .why_right {
    width: 620px;
    height: 280px;
  }

  .why_title {
    font-size: 44px;
  }

  .card.blue {
    left: 48px;
    bottom: -48px;
  }

  .card.dark {
    left: 227px;
    bottom: -48px;
  }

  .card.turquoise {
    left: 178px;
    bottom: 16px;
  }

  .card.darkblue {
    left: 178px;
    bottom: 106px;
  }

  .card.lightblue {
    left: 350px;
    bottom: 12px;
  }
}


/* ---------- 1060px ---------- */
@media screen and (max-width: 1060px) {

  html {
    font-size: 86%;
  }

  .number_new {
    font-size: clamp(28px, 2vw, 40px);
  }

  .gallery_elephant {
    width: 450px;
    left: -4%;
    bottom: -188px;
  }

  .teams_container {
    padding: 50px;
  }

  .left_top {
    left: 90px;
  }

  .left_mid {
    left: 74px;
  }

  .left_bottom {
    left: 112px;
  }

  .right_top {
    right: 84px;
  }

  .right_mid {
    right: 95px;
  }

  .right_bottom {
    right: 16px;
  }

  .why_right {
    width: 580px;
    height: 280px;
  }

  .why_title {
    font-size: 42px;
  }

  .card.blue {
    left: -12px;
    bottom: -48px;
  }

  .card.dark {
    left: 167px;
    bottom: -48px;
  }

  .card.turquoise {
    left: 118px;
    bottom: 16px;
  }

  .card.darkblue {
    left: 118px;
    bottom: 106px;
  }

  .card.lightblue {
    left: 290px;
    bottom: 12px;
  }
}


/* ---------- 1024px ---------- */
@media screen and (max-width: 1024px) {

  html {
    font-size: 85%;
  }

  /* HERO */
  .team_video_wrapper {
    max-width: 820px;
    margin: 0 auto 40px;
    border-radius: 32px;
  }

  /* NUMBERS */
  .number_new {
    font-size: 28px;
  }

  .description_new {
    font-size: 16px;
  }

  /* TEAM */
  #meet_our_team {
    padding: 80px 60px;
  }

  .teams_container {
    padding: 60px 155px;
  }

  #team {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .team_member .name {
    font-size: 18px;
  }

  .team_member .position {
    font-size: 16px;
  }

  /* GALLERY */
  .gallery_header {
    margin-bottom: 180px;
  }

  .gallery_wrapper {
    transform: none;
  }

  #gallery_inner {
    height: 1052px;
  }

  .gallery_elephant {
    width: 630px;
    left: 14%;
    bottom: -224px;
  }

  .hero_lines_img_gallery {
    transform: scale(1.45);
  }

  .left_top {
    left: 70px;
  }

  .left_mid {
    left: 54px;
  }

  .left_bottom {
    left: 92px;
  }

  .right_top {
    right: 54px;
  }

  .right_mid {
    right: 65px;
  }

  .right_bottom {
    right: 13px;
  }

  /* WHY CHOOSE US */
  #why_choose_us {
    margin: 120px 0;
  }

  .card {
    font-size: 17.6px;
  }

  .card.blue {
    left: -12px;
    bottom: -48px;
  }

  .card.dark {
    left: 167px;
    bottom: -48px;
  }

  .card.turquoise {
    left: 118px;
    bottom: 16px;
  }

  .card.darkblue {
    left: 118px;
    bottom: 106px;
  }

  .card.lightblue {
    left: 290px;
    bottom: 12px;
  }
}

/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px) {
  html {
    font-size: 84%;
  }

  /* ===== HERO ===== */
  #about_us_hero {
    padding: 0 100px;
  }

  .about_hero_title {
    font-size: 40px;
    line-height: 110%;
  }

  .about_hero_txt {
    font-size: 18px;
    max-width: 620px;
    min-height: 90px;
    margin: 0 auto 30px;
  }

  .hero_icon_user {
    width: 85px;
    height: 85px;
    top: 150px;
    right: 16px;
  }

  #by_numbers_new {
    gap: 30px;
  }

  /* ===== TEAM ===== */
  #meet_our_team {
    padding: 80px 80px;
  }

  .teams_container {
    padding: 60px 100px;
  }

  .team_member .name {
    font-size: 18px;
  }

  .team_member .position {
    font-size: 16px;
  }

  /* ===== GALLERY ===== */
  #gallery_inner {
    height: 999px;
  }

  .gallery_wrapper {
    max-width: 900px;
    height: 580px;
    transform: scale(0.82);
  }

  .hero_lines_img_gallery {
    transform: scale(1.65);
  }

  /* Polaroid sizes */
  .left_top {
    width: 205px;
    height: 265px;
    left: -20px;
    top: -292px;
  }

  .left_mid {
    width: 175px;
    height: 280px;
    left: -46px;
    top: -132px;
  }

  .left_bottom {
    width: 165px;
    height: 225px;
    left: -10px;
    top: 69px;
  }

  .polaroid.center {
    width: 640px;
    height: 480px;
    top: -210px;
  }

  .right_top {
    width: 205px;
    height: 340px;
    right: -60px;
    top: -322px;
  }

  .right_mid {
    width: 175px;
    height: 275px;
    right: -20px;
    top: -86px;
  }

  .right_bottom {
    width: 255px;
    height: 205px;
    right: -104px;
    top: 85px;
  }

  #follow_us_instagram {
    margin-top: 60px;
  }

  /* ===== WHY CHOOSE US ===== */
  #why_choose_us {
    padding: 0 30px;
  }

  .why_title {
    font-size: 44px;
  }

  .card.blue {
    width: 178px;
    height: 64px;
    left: -22px;
    bottom: -48px;
  }

  .card.dark {
    width: 234px;
    height: 64px;
    left: 157px;
    bottom: -48px;
  }

  .card.turquoise {
    width: 212px;
    height: 64px;
    left: 118px;
    bottom: 16px;
  }

  .card.darkblue {
    width: 218px;
    height: 64px;
    left: 118px;
    bottom: 106px;
  }

  .card.lightblue {
    width: 236px;
    height: 64px;
    left: 290px;
    bottom: 12px;
  }
}

@media screen and (max-width: 970px) {
  .why_box {
    padding: 20px 0 20px 30px;
  }

  .card {
    font-size: 12px;
    border-radius: 11px;
    gap: 6px
  }

  .card_icon {
    width: 20px;
    height: 20px;
  }

  .card.blue {
    width: 130px;
    height: 50px;
    left: 8px;
    bottom: -19px;
  }

  .card.dark {
    width: 166px;
    height: 50px;
    left: 139px;
    bottom: -19px;
  }

  .card.turquoise {
    width: 150px;
    height: 50px;
    left: 100px;
    bottom: 31px;
  }

  .card.darkblue {
    width: 154px;
    height: 50px;
    left: 109px;
    bottom: 100px;
  }

  .card.lightblue {
    width: 171px;
    height: 50px;
    left: 229px;
    bottom: 27px;
  }
}

@media screen and (max-width: 950px) {
  .gallery_wrapper {
    transform: scale(0.75);
  }
}


@media screen and (max-width: 851px) {
  .card.blue {
    width: 114px;
    height: 40px;
    left: -12px;
    bottom: -19px;
  }

  .card.dark {
    width: 150px;
    height: 40px;
    left: 103px;
    bottom: -19px;
  }

  .card.turquoise {
    width: 136px;
    height: 40px;
    left: 68px;
    bottom: 21px;
  }

  .card.darkblue {
    width: 140px;
    height: 40px;
    left: 68px;
    bottom: 78px;
  }

  .card.lightblue {
    width: 151px;
    height: 40px;
    left: 180px;
    bottom: 21px;
  }

  .gallery_elephant {
    left: 6%;
  }
}

/* ---------- 820px ---------- */
@media screen and (max-width: 820px) {
  html {
    font-size: 82%;
  }

  #about_us_hero {
    padding: 0 80px;
  }

  .teams_container {
    padding: 50px 40px;
  }

  #team_selector_wrapper {
    width: 100%;
  }

  #gallery_inner {
    height: 809px;
  }

  .gallery_wrapper {
    max-width: 760px;
    height: 520px;
  }

  .polaroid.center {
    width: 580px;
    height: 440px;
  }

  .gallery_elephant {
    width: 500px;
    bottom: -230px;
    left: 14%;
  }
}

@media screen and (max-width: 780px) {

  .why_box {
    padding: 60px 80px;
    flex-direction: column;
    align-items: center;
    min-height: 460px;
  }

  .why_title {
    max-width: 540px;
  }

  .why_right {
    width: 500px;
    height: 150px;
  }

  .why_right .card {
    opacity: 1 !important;
    transform: translateY(0) rotate(var(--rot)) !important;
    transition: none !important;
    animation: none !important;
  }

  .card.blue {
    width: 124px;
    height: 50px;
    left: 68px;
    bottom: 4px;
  }

  .card.dark {
    width: 160px;
    height: 50px;
    left: 193px;
    bottom: 4px;
  }

  .card.turquoise {
    width: 156px;
    height: 50px;
    left: 145px;
    bottom: 54px;
  }

  .card.darkblue {
    width: 150px;
    height: 50px;
    left: 164px;
    bottom: 122px;
  }

  .card.lightblue {
    width: 171px;
    height: 50px;
    left: 281px;
    bottom: 51px;
  }

  .linky_icon {
    left: 35px;
    top: -105px;
    width: 120px;
    height: 120px;
  }
}

/* ---------- 680px ---------- */
@media screen and (max-width: 680px) {
  html {
    font-size: 80%;
  }

  #about_us_hero {
    padding: 0 60px;
  }

  .teams_container {
    padding: 45px 30px;
  }

  .gallery_wrapper {
    max-width: 600px;
    height: 460px;
    transform: scale(0.6);
  }

  #follow_us_instagram {
    margin-top: 114px;
  }

  .polaroid.center {
    width: 500px;
    height: 380px;
  }

  .gallery_elephant {
    min-width: 500px;
    bottom: -224px;
    left: -1%;
  }

  .left_top {
    width: 205px;
    height: 265px;
    left: -170px;
    top: -362px;
  }

  .left_mid {
    width: 175px;
    height: 280px;
    left: -176px;
    top: -132px;
  }

  .left_bottom {
    width: 165px;
    height: 225px;
    left: -160px;
    top: 69px;
  }

  .polaroid.center {
    width: 640px;
    height: 480px;
    top: -280px;
  }

  .right_top {
    width: 205px;
    height: 340px;
    right: -180px;
    top: -392px;
  }

  .right_mid {
    width: 175px;
    height: 275px;
    right: -160px;
    top: -136px;
  }

  .right_bottom {
    width: 255px;
    height: 205px;
    right: -194px;
    top: 45px;
  }

}

@media screen and (max-width: 640px) {
  #team {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .teams_container {
    padding: 40px 100px;
  }

  .gallery_wrapper {
    max-width: 600px;
    height: 460px;
    transform: scale(0.5);
  }

  .gallery_header {
    margin-bottom: 140px;
  }

  .hero_lines_img_gallery {
    transform: scale(1.95);
  }

  .left_top {
    width: 205px;
    height: 265px;
    left: -170px;
    top: -432px;
  }

  .left_mid {
    width: 175px;
    height: 280px;
    left: -196px;
    top: -232px;
  }

  .left_bottom {
    width: 165px;
    height: 225px;
    left: -180px;
    top: -11px;
  }

  .polaroid.center {
    width: 640px;
    height: 480px;
    top: -320px;
  }

  .right_top {
    width: 205px;
    height: 340px;
    right: -210px;
    top: -442px;
  }

  .right_mid {
    width: 175px;
    height: 275px;
    right: -190px;
    top: -196px;
  }

  .right_bottom {
    width: 255px;
    height: 205px;
    right: -224px;
    top: -5px;
  }

}

@media screen and (max-width: 600px) {
  .linky_icon {
    display: none;
  }

  .teams_container {
    margin-top: 40px;
  }

  .team_video_wrapper {
    border-radius: 24px;
  }
}

/* ---------- 540px ---------- */
@media screen and (max-width: 540px) {
  html {
    font-size: 78%;
  }

  #about_us_hero {
    padding: 0 40px;
  }

  .teams_container {
    padding: 40px 60px;
  }

  .gallery_header {
    margin-bottom: 160px;
  }

  .gallery_wrapper {
    max-width: 480px;
    height: 400px;
  }

  #follow_us_instagram {
    margin-top: 144px;
  }

  .gallery_elephant {
    left: -4%;
  }

  .hero_lines_img_gallery {
    transform: scale(2.15);
  }

}

@media screen and (max-width: 480px) {
  .gallery_wrapper {
    transform: scale(0.45);
  }

  #follow_us_instagram {
    margin-top: 174px;
  }

  .gallery_elephant {
    left: -12%;
  }

  .why_box {
    padding: 38px 16px 0 16px;
    min-height: 381px;
  }

  .why_title {
    font-size: 34px;
  }

  .card.blue {
    width: 113px;
    height: 40px;
    left: 89px;
    bottom: 31px;
  }

  .card.dark {
    width: 149px;
    height: 40px;
    left: 203px;
    bottom: 31px;
  }

  .card.turquoise {
    width: 135px;
    height: 40px;
    left: 171px;
    bottom: 71px;
  }

  .card.darkblue {
    width: 139px;
    height: 40px;
    left: 167px;
    bottom: 128px;
  }

  .card.lightblue {
    width: 150px;
    height: 40px;
    left: 279px;
    bottom: 71px;
  }
}

/* ---------- 470px ---------- */
@media screen and (max-width: 470px) {

  .about_hero_txt {
    font-size: 18px;
    max-width: 620px;
    min-height: 110px;
    margin: 0 auto 30px;
  }


  .hero_icon_user {
    top: 176px;
  }

  .hero_lines_img_gallery {
    transform: scale(3.15);
  }

  #by_numbers_new {
    gap: 25px;
  }
}

@media screen and (max-width: 440px) {
  .teams_container {
    padding: 32px 16px;
  }
}

@media screen and (max-width: 440px) {
  .teams_container {
    padding: 32px 16px;
  }
}

/* ---------- 430px ---------- */
@media screen and (max-width: 430px) {
  html {
    font-size: 76%;
  }

  #about_us_hero {
    padding: 0 28px;
  }

  #by_numbers_new {
    gap: 9px;
  }

  .gallery_wrapper {
    max-width: 360px;
    height: 340px;
  }

  #follow_us_instagram {
    margin-top: 204px;
  }

  .polaroid.center {
    width: 540px;
    height: 460px;
  }

  .gallery_elephant {
    bottom: -190px;
    left: -18%;
  }

  #why_choose_us {
    margin: 90px 0;
    padding: 0 16px;
  }

  .card.blue {
    width: 110px;
    height: 40px;
    left: 89px;
    bottom: 31px;
  }

  .card.dark {
    width: 146px;
    height: 40px;
    left: 200px;
    bottom: 31px;
  }

  .card.turquoise {
    width: 132px;
    height: 40px;
    left: 168px;
    bottom: 71px;
  }

  .card.darkblue {
    width: 136px;
    height: 40px;
    left: 164px;
    bottom: 128px;
  }

  .card.lightblue {
    width: 147px;
    height: 40px;
    left: 272px;
    bottom: 71px;
  }
}

/* ---------- 375px ---------- */
@media screen and (max-width: 375px) {
  html {
    font-size: 74%;
  }

  #about_us_hero {
    padding: 0 24px;
  }

  .gallery_title {
    font-size: 48px;
  }

  .gallery_wrapper {
    max-width: 320px;
    height: 300px;
  }

  #follow_us_instagram {
    margin-top: 224px;
  }

  .gallery_elephant {
    bottom: -160px;
    left: -27%;
  }
}

@media screen and (max-width: 364px) {
  html {
    font-size: 70%;
  }

  /* === HERO SECTION === */
  #about_us_hero {
    padding: 0 20px;
  }

  .about_hero_title {
    font-size: 36px;
    line-height: 110%;
  }

  .about_hero_txt {
    font-size: 16px;
    line-height: 150%;
    max-width: 280px;
    margin-bottom: 24px;
  }

  .hero_icon_user {
    width: 70px;
    height: 70px;
    top: 173px;
    right: 24px;
  }

  /* === BY NUMBERS === */
  #by_numbers_new {
    gap: 6px;
  }

  .number_new {
    font-size: 24px;
  }

  .description_new {
    font-size: 14px;
  }

  /* === TEAM SECTION === */
  #meet_our_team {
    padding: 60px 24px;
  }

  .teams_container {
    padding: 28px 16px;
    margin-top: 80px;
  }

  #team {
    gap: 32px;
  }

  .team_member {
    height: auto;
  }

  .team_member .name {
    font-size: 16px;
  }

  .team_member .position {
    font-size: 14px;
  }

  /* === GALLERY === */
  #gallery {
    padding-top: 80px;
  }

  #gallery_inner {
    height: 692px;
  }

  .gallery_header {
    margin-bottom: 140px;
  }

  .gallery_title {
    font-size: 42px;
  }

  .gallery_wrapper {
    max-width: 280px;
    height: 260px;
    transform: scale(0.4);
  }

  #follow_us_instagram {
    margin-top: 240px;
  }

  .gallery_elephant {
    min-width: 400px;
    bottom: -160px;
    left: -20%;
  }

  .hero_lines_img_gallery {
    transform: scale(3.4);
  }

  /* === WHY CHOOSE US === */
  #why_choose_us {
    margin: 80px 0;
    padding: 0 8px;
  }

  .why_box {
    padding: 32px 12px;
    min-height: 340px;
  }

  .why_title {
    font-size: 30px;
    line-height: 110%;
  }

  .card {
    font-size: 11px;
    border-radius: 10px;
    gap: 6px;
  }

  .card_icon {
    width: 16px;
    height: 16px;
  }

  .card.blue {
    width: 94px;
    height: 34px;
    left: 110px;
    bottom: 11px;
  }

  .card.dark {
    width: 124px;
    height: 34px;
    left: 205px;
    bottom: 11px;
  }

  .card.turquoise {
    width: 114px;
    height: 34px;
    left: 176px;
    bottom: 45px;
  }

  .card.darkblue {
    width: 118px;
    height: 34px;
    left: 172px;
    bottom: 93px;
  }

  .card.lightblue {
    width: 129px;
    height: 34px;
    left: 266px;
    bottom: 45px;
  }
}

html,
body {
  overflow-x: hidden !important;
  width: 100%;
}