.top-feature .h3 {
  white-space: normal;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 1.25;
}

.top-feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.top-feature-card {
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.1rem, 2.75vw, 3rem);
  box-shadow: none;
}

.top-feature-card .d-flex,
.top-feature-card .ps-3 {
  min-width: 0;
}

.top-feature-card .ps-3 {
  flex: 1 1 0;
}

.top-feature-card span {
  display: block;
  font-size: clamp(0.85rem, 1.05vw, 1rem);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (min-width: 992px) {
  .top-feature-row > div:not(:last-child) .top-feature-card {
    border-right: 1px solid rgba(15, 66, 41, 0.18);
  }
}

@media (max-width: 991.98px) {
  .top-feature-row > div:not(:last-child) .top-feature-card {
    border-bottom: 1px solid rgba(15, 66, 41, 0.18);
  }
}

@media (max-width: 575.98px) {
  .top-feature-card .btn-lg-square {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
  }

  .top-feature-card .ps-3 {
    padding-left: 0.85rem !important;
  }
}
