.icons_row {
  padding: 120px 120px;
  background-color: #f5f9fa;
}
@media screen and (max-width: 992px) {
  .icons_row {
    padding: 72px 24px;
  }
}
.icons_row .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #00c9ff;
}
.icons_row .title h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
.icons_row .title h2 span {
  color: #00c9ff;
}
.icons_row .icons {
  padding-top: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .icons_row .icons {
    padding-top: 32px;
    row-gap: 12px;
  }
}
.icons_row .icons .icon {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .icons_row .icons .icon {
    padding: 32px 28px;
  }
}
.icons_row .icons .icon__image {
  padding-bottom: 20px;
  max-width: 110px;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .icons_row .icons .icon__image {
    padding-bottom: 16px;
  }
}
.icons_row .icons .icon__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding-bottom: 12px;
}
.icons_row .icons .icon__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

/*# sourceMappingURL=icons_row.css.map*/