.about-section .as-content h2 {
  margin-bottom: 20px;
}
.about-section .as-content > p:last-of-type {
  margin-bottom: 32px;
}
.about-section .as-content .about-feature-items .af-item {
  border: 1px solid #c8c8c8;
  padding: 16px 56px 16px 92px;
  border-radius: 35px;
  position: relative;
}
.about-section .as-content .about-feature-items .af-item::before {
  content: "";
  width: 27px;
  height: 28px;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icons/blue-circled-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.about-section .as-content .about-feature-items .af-item span {
  font-weight: 500;
}
.about-section .as-content .about-feature-items .af-item svg {
  margin-right: 12px;
}
.about-section .as-content .about-feature-items .row {
  --bs-gutter-y: 24px;
}
.about-section .as-image {
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-section .as-content .about-feature-items .row {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 992px) {
  .about-section .row {
    --bs-gutter-x: 32px;
  }
  .about-section .as-content h2 {
    margin-bottom: 32px;
  }
  .about-section .as-content .about-feature-items .row {
    --bs-gutter-y: 32px;
  }
  .about-section .as-content .about-feature-items .af-item {
    padding: 16px 36px 16px 76px;
  }
  .about-section .as-content .about-feature-items .af-item::before {
    left: 36px;
  }
  .about-section .as-content .about-feature-items .af-item span {
    font-size: 16px;
    line-height: 20px;
  }
}
