.about-hero-section {
  width: 100%;
  min-height: 850px;
  padding-top: 0;
  padding-bottom: 0;
}
.about-hero-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: inherit;
}
.about-hero-section__col {
  position: relative;
}
.about-hero-section__col .about-hero-decor {
  position: absolute;
  bottom: 0;
  right: 65px;
}
.about-hero-section__col .about-hero-decor__mobile {
  display: none;
}
.about-hero-section__col--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-hero-section__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 120px;
  min-height: inherit;
  width: 100%;
  padding-left: max(20px, (100vw - 1328px) / 2);
}
.about-hero-section__title {
  margin: 0;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  margin-top: 24px;
}
.about-hero-section__description {
  max-width: 306px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-top: auto;
  margin-left: auto;
  text-align: left;
}
.about-hero-section__col--image {
  overflow: hidden;
}
.about-hero-section__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 850px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .about-hero-section__content-inner {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: max(20px, (100vw - 960px) / 2);
  }
  .about-hero-section__title {
    font-size: 44px;
    letter-spacing: -0.88px;
  }
}
@media (max-width: 768px) {
  .about-hero-section .about-hero-decor {
    display: none;
  }
  .about-hero-section .about-hero-decor__mobile {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .about-hero-section__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-hero-section__content-inner {
    padding-top: 104px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .about-hero-section__title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .about-hero-section__description {
    max-width: 272px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
  }
  .about-hero-section__image {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .about-hero-section__image {
    height: 223px;
    min-height: auto;
  }
  .about-hero-section__description {
    margin-top: 0;
    margin-left: auto;
    margin-right: initial;
    text-align: left;
  }
}