.inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#AboutUsPage {
  padding-top: 90px;
}
.fixZ {
  z-index: 1;
  position: relative;
}
#section-1 {
  display: flex;
  flex-direction: row;
  gap: 72px;
  padding: 48px 40px;
  max-width: 1500px;
  margin: 0 auto;
}
#section-1 > * {
  width: 100%;
}
#section-1 .left-part img {
  width: 100%;
}
#section-1 .right-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
#section-1 .right-part p {
  font-size: 24px;
  line-height: 1.2;
}
.section-title {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 56px;
  line-height: 1.2;
}
#section-2 {
  background-color: black;
  color: white;
}
#section-2 .inner {
  padding: 72px 144px;
}
#section-2 .section-title {
  text-align: center;
  margin-bottom: 32px;
}
#section-2 .items {
  display: grid;
  grid-template-columns: auto auto;
  gap: 72px;
}
#section-2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
#section-2 .item-title {
  font-family: NeueHaasGroteskDisplayProBold;
  font-size: 32px;
  line-height: 1.2;
  max-width: 420px;
}
#section-2 .item-text {
  font-size: 24px;
  line-height: 1.2;
}
#who-we-are .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 40px;
}
#who-we-are-carousel {
  display: flex;
  flex-direction: column;
}

#who-we-are .section-title {
  padding-bottom: 40px;
  text-align: center;
}
#who-we-are .who-we-are-item {
  display: flex;
  flex-direction: column;
  outline: none;
}
#who-we-are .who-we-are-item:hover {
  text-decoration: none;
}
#who-we-are .who-we-are-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
#who-we-are .who-we-are-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  font-size: 32px;
  font-family: NeueHaasGroteskDisplayProBold;
}
#who-we-are .description {
  text-align: center;
  font-size: 24px;
  font-family: Messina Sans;
  color: #000;
  line-height: 1.2;
}
#who-we-are .slick-slide {
  margin: 0 20px;
}
#who-we-are .slick-list {
  margin: 0 ;
}
#video_section .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#video_section {
  background: #000;
  color: #fff;
}
#video_section .section-title {
  text-align: center;
}
#video_section .section-content {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: center;
}
#video_section .section-text {
  font-size: 24px;
  line-height: 1.2;
}
#video_section .section-subtitle {
  font-size: 24px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}

#video_section .section-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#video_section .section-content > * {
  width: 100%;
}
#video_section .section-text {
}

#video_section .section-video {
}
#video_section .the-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-style: italic;
}
#video_section .the-content p:last-of-type {
  font-style: normal;
}
#video_section .the-content small {
  color: #999;
}
#section-3 .section-title {
  text-align: center;
}
#section-3 .section-subtitle {
  font-size: 24px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-3 .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#section-3 .items {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
}
#section-3 .items > * {
  width: 100%;
}
#section-3 .items.first {
  margin-bottom: 32px;
}
#section-3 .item img {
  width: 100%;
}
#section-3 .item li {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
}
#section-3 ol {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  counter-reset: numbers 0;
}
#section-3 ol.second {
  counter-reset: numbers 3;
}

#section-3 li::before {
  counter-increment: numbers;
  content: counter(numbers) ".";
  font-weight: bold;
  position: absolute;
  left: -32px;
}
#section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/mysite/images/about-us-4.jpeg") center no-repeat;
  background-size: cover;
  aspect-ratio: 16 / 9;
  gap: 32px;
  position: relative;

}
#section-4::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
#section-4 .section-title {
  max-width: 700px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #AboutUsPage {
    padding-top: 0;
  }
  .section-title {
    font-size: 32px;
  }
  #section-1 {
    flex-direction: column;
    padding: 0;
    background: #fff;
    gap: 0;
  }
  #section-1 .section-title {
    text-align: center;
    margin-bottom: 16px;
  }
  #section-1 .right-part {
    padding:48px 16px;
    gap: 8px;
  }
  #section-1 .right-part p {
    font-size: 18px;
  }
  #section-2 .inner {
    padding: 48px 16px;
  }
  #section-2 .items {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }
  #section-2 .item {
    gap: 24px;
    margin-bottom: 16px;
  }
  #section-2 .item-title {
    font-size: 24px;
    max-width: 300px;
    margin: 0 auto;
  }
  #section-2 .item-text {
    font-size: 18px;
  }
  #section-2 .item-icon {
    max-width: 40px;
    margin: 0 auto;
  }
  #section-2 .item-icon img {
    width: 100%;
  }
  #who-we-are {
    background: #fff;
  }
  #who-we-are .inner {
    padding: 48px 16px;
  }
  #who-we-are .who-we-are-name {
    font-size: 24px;
  }
  #who-we-are .description {
    font-size: 18px;
  }
  #who-we-are .slick-slide {
    margin: 0 8px;
  }
  #who-we-are .section-title {
    padding-bottom: 24px;
  }
  #video_section .inner {
    padding: 48px 16px;
  }
  #video_section .section-subtitle {
    font-size: 18px;
  }
  #video_section .section-text {
    font-size: 18px;
  }
  #video_section .section-content {
    flex-direction: column-reverse;
    gap: 0;
  }
  #section-3 {
    background: #fff;
  }
  .section-video{
    margin-bottom: 32px;
  }
  #section-3 .inner {
    padding: 48px 16px;
  }
  #section-3 .section-subtitle {
    font-size: 18px;
  }
  #section-3 .item li {
    font-size: 18px;
  }
  #section-3 .items {
    flex-direction: column;
    gap: 24px;
  }
  #section-3 .items.first{
    margin-bottom: 0;
  }
  #section-4 .section-title{
    font-size: 24px;
    max-width: 250px;
  }
  
  #section-4{
    background: url("/mysite/images/about-us-4-mobile.jpeg") center no-repeat;
    height: 500px;
    aspect-ratio: initial;
    background-size: cover;
  }
}
