:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

@media only screen and (min-width: 768px) {
  .a-section-header_centered {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .a-section-header {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .a-section-header__col {
    flex: 1;
  }
}
.a-section-header__col + .a-section-header__col {
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) {
  .a-section-header__col + .a-section-header__col {
    margin: 0 0 0 60px;
  }
}
.a-section-header__image {
  display: block;
  max-width: 100%;
}
.a-section-header h2.a-title {
  text-align: left;
}
.a-section-header h2.a-title:after {
  margin-right: auto;
  margin-left: 0;
}
.a-section-header h3.a-title {
  margin: 24px 0 0 0;
  font-weight: 600;
}
.a-section-header .a-subtitle {
  text-align: left;
}
.a-section-header .a-subtitle a {
  border-bottom: 1px solid #01a9c1;
  font-weight: bold;
}
.a-section-header .a-subtitle a:hover {
  color: #01a9c1;
}
.a-section-header__icons {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.a-section-header__icon {
  flex: 0 0 50px;
  max-width: 50px;
  margin: 20px 0 0 20px;
}

.a-about iframe {
  display: block;
  width: 100%;
}
.a-about .a-button {
  margin: 40px 0 0 0;
}
.a-about__subtitle {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 28px;
}
.a-about__grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: 140px auto;
  grid-template-rows: auto auto;
  row-gap: 16px;
}
.a-about__grid-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #363943;
}
.a-about__grid-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
}