.features .row {
  row-gap: 2.4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .features .row .col {
    width: 33.3333333333%;
  }
}
.features .row .item {
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features .row .item {
    border-radius: 1.6rem;
    padding: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .features .row .item {
    border-radius: 2.4rem;
    padding: 3.6rem;
  }
}
.features .row .item::before {
  content: "";
  display: block;
  background: var(--icon) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .features .row .item::before {
    height: 8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .features .row .item::before {
    height: 10rem;
    margin-bottom: 3.6rem;
  }
}
.features .row .item .stt {
  font-weight: bold;
  color: #091524;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}