.key-benefits {
  position: relative;
  padding: 50px 0;
}
.key-benefits .section-title {
  text-align: center;
}
.key-benefits .benefits-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px 30px;
}
@media only screen and (max-width: 575.98px) {
  .key-benefits .benefits-row {
    gap: 40px 10px;
  }
}
@media only screen and (max-width: 319.98px) {
  .key-benefits .benefits-row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .key-benefits .benefits-row {
    gap: 50px 0px;
  }
}
.key-benefits .benefits-row .benefit {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0px;
  box-sizing: border-box;
}
.key-benefits .benefits-row .benefit.text-align-left {
  align-items: flex-start;
  text-align: left;
}
.key-benefits .benefits-row .benefit.text-align-middle {
  align-items: center;
  text-align: center;
}
.key-benefits .benefits-row .benefit.text-align-right {
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: 991.98px) {
  .key-benefits .benefits-row .benefit.text-align-mobile-left {
    align-items: flex-start;
    text-align: left;
  }
  .key-benefits .benefits-row .benefit.text-align-mobile-middle {
    align-items: center;
    text-align: center;
  }
  .key-benefits .benefits-row .benefit.text-align-mobile-right {
    align-items: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .key-benefits .benefits-row .benefit {
    padding: 0 0px;
  }
}
.key-benefits .benefits-row .benefit img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: 145px;
  max-height: 145px;
}
@media only screen and (max-width: 991.98px) {
  .key-benefits .benefits-row .benefit img {
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .key-benefits .benefits-row .benefit img {
    height: 120px;
    max-height: 120px;
  }
}
.key-benefits .benefits-row .benefit h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 12px;
  flex: 0 0 auto;
  max-width: 265px;
  min-height: 66px;
}
@media only screen and (max-width: 575.98px) {
  .key-benefits .benefits-row .benefit h3 {
    margin: 0 0 10px;
    min-height: 44px;
  }
}
.key-benefits .benefits-row .benefit p {
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  margin: 0;
  max-width: 265px;
  flex: 0 0 auto;
}
