.aboutPage {
  background: url(../images/welcome_bg.png);
  background-size: cover;
  background-position: center center;
  color: white;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .aboutPage .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .aboutPage .container {
    gap: 36px;
  }
}
.aboutPage__text {
  width: 100%;
  text-align: center;
  padding-bottom: 56px;
}
.aboutPage__text__title {
  text-align: center;
  font-family: var(--font-neverletgo);
  font-size: 64px;
  font-weight: normal;
  color: var(--color-tertiary);
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .aboutPage__text__title {
    font-size: 80px;
  }
}
.aboutPage__text__subtitle {
  font-size: 18px;
  line-height: 1.4;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1024px) {
  .aboutPage__text__subtitle {
    font-size: 24px;
  }
}
.aboutPage__title__underline {
  margin: auto;
  margin-bottom: 24px;
  max-width: 700px;
  width: 100%;
}
.aboutPage__mainImage .imageAspectRatio {
  position: relative;
}
.aboutPage__mainImage .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.aboutPage__mainImage .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.aboutPage__mainImage .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .aboutPage__mainImage .imageAspectRatio {
    position: relative;
  }
  .aboutPage__mainImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .aboutPage__mainImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .aboutPage__mainImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .aboutPage__mainImage .imageAspectRatio {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .aboutPage__mainImage:after {
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
  }
}
@media (min-width: 1024px) {
  .aboutPage__mainImage:after {
    right: 0;
    left: -5%;
    margin: auto;
    top: 8%;
    width: 110%;
  }
}
@media (min-width: 768px) {
  .aboutPage__mainImage {
    width: 100%;
  }
}
.aboutPage__textWrapper {
  background: var(--color-tertiary);
  padding: 48px 24px;
}
.aboutPage__textWrapper p {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .aboutPage__textWrapper {
    width: calc(40% - 16px);
  }
}
@media (min-width: 1200px) {
  .aboutPage__textWrapper {
    width: calc(40% - 36px);
    padding: 48px;
  }
}
.aboutPage__image {
  display: none;
}
.aboutPage__image .imageAspectRatio {
  position: relative;
}
.aboutPage__image .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.aboutPage__image .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.aboutPage__image .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .aboutPage__image .imageAspectRatio {
    position: relative;
  }
  .aboutPage__image .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .aboutPage__image .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .aboutPage__image .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .aboutPage__image .imageAspectRatio {
    position: relative;
  }
  .aboutPage__image .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 190.7894736842%;
  }
  .aboutPage__image .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .aboutPage__image .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .aboutPage__image .imageAspectRatio {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .aboutPage__image {
    display: block;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .aboutPage__image {
    width: calc(30% - 16px);
  }
}
@media (min-width: 1200px) {
  .aboutPage__image {
    width: calc(30% - 36px);
  }
}
.aboutPage__lastImage .imageAspectRatio {
  position: relative;
}
.aboutPage__lastImage .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.aboutPage__lastImage .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.aboutPage__lastImage .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .aboutPage__lastImage .imageAspectRatio {
    position: relative;
  }
  .aboutPage__lastImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .aboutPage__lastImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .aboutPage__lastImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .aboutPage__lastImage .imageAspectRatio {
    position: relative;
  }
  .aboutPage__lastImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 190.7894736842%;
  }
  .aboutPage__lastImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .aboutPage__lastImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .aboutPage__lastImage .imageAspectRatio {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .aboutPage__lastImage:after {
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
  }
}
@media (min-width: 768px) {
  .aboutPage__lastImage {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .aboutPage__lastImage {
    width: calc(30% - 16px);
  }
}
@media (min-width: 1200px) {
  .aboutPage__lastImage {
    width: calc(30% - 36px);
  }
}