@charset "UTF-8";
.about__top {
  text-align: center;
}
.about__title {
  color: #0066cc;
  font-weight: 700;
}
.about__subtitle {
  color: #0066cc;
  font-weight: 700;
}
.about__blue {
  background-color: #0066cc;
  background-image: url("/images/about/background.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__blue .about__subtitle {
  color: #fff;
}
.about__blue .about__text {
  color: #fff;
}
@media (max-width: 47.99em) {
  .about__title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 32px;
  }
  .about__subtitle {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .about__text {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 28px;
  }
  .about__headline {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .about__columns {
    display: flex;
    flex-wrap: wrap;
  }
  .about__blue {
    margin-bottom: 14px;
    padding-bottom: 30px;
  }
  .about__blue .about__columns {
    padding-top: 30px;
  }
  .about__blue .about__columns:nth-of-type(1) {
    padding-bottom: 10px;
  }
  .about__blue .about__column--text {
    order: 1;
  }
  .about__blue .about__column--image {
    order: 2;
  }
  .about__blue .about__column--image img {
    width: 100%;
  }
  .about__mobile {
    padding-bottom: 28px;
  }
  .about__desktop {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media (min-width: 48em) {
  .about__top {
    padding-left: 90px;
    padding-right: 90px;
  }
  .about__title {
    font-size: 50px;
    margin-bottom: 24px;
    margin-top: 32px;
  }
  .about__subtitle {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .about__text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 28px;
  }
  .about__headline {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 48px;
  }
  .about__columns {
    display: flex;
    gap: 40px;
  }
  .about__column--text {
    width: 50%;
  }
  .about__column--image {
    width: 50%;
  }
  .about__blue {
    margin-bottom: 14px;
    padding-bottom: 54px;
    padding-top: 74px;
  }
  .about__blue .about__columns:nth-of-type(1) {
    padding-bottom: 50px;
  }
  .about__mobile {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
.about-grid {
  display: grid;
}
.about-grid__item {
  text-align: center;
}
.about-grid__icon .icon {
  color: #39a9e0;
  height: 80px;
  width: 80px;
}
.about-grid__title {
  font-weight: 700;
  margin-bottom: 16px;
}
.about-grid__subtitle {
  font-weight: 500;
}
.about-grid__text {
  font-size: 16px;
}
@media (max-width: 47.99em) {
  .about-grid {
    gap: 26px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 46px;
  }
  .about-grid__title {
    font-size: 22px;
    line-height: 24px;
  }
  .about-grid__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 48em) {
  .about-grid {
    gap: 2vw 5vw;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .about-grid__title {
    font-size: 24px;
    line-height: 28px;
  }
  .about-grid__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}