.l-features__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 767.98px) {
  .l-features__list {
    margin: 0 -15px;
  }
}
.l-features__feature {
  width: 20%;
  padding: 20px 40px;
  border-right: 1px dashed #5c91cf;
}
@media (max-width: 1199.98px) {
  .l-features__feature {
    width: 33.3%;
  }
}
@media (max-width: 991.98px) {
  .l-features__feature {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .l-features__feature {
    padding: 20px 15px;
  }
}
.l-features__feature:nth-child(5n+5) {
  border: none;
}
@media (max-width: 1199.98px) {
  .l-features__feature:nth-child(5n+5) {
    border-right: 1px dashed #5c91cf;
  }
}
@media (max-width: 991.98px) {
  .l-features__feature:nth-child(5n+5) {
    border-right: 1px dashed #5c91cf;
  }
}
@media (max-width: 1199.98px) {
  .l-features__feature:nth-child(3n+3) {
    border: none;
  }
}
@media (max-width: 991.98px) {
  .l-features__feature:nth-child(3n+3) {
    border-right: 1px dashed #5c91cf;
  }
}
@media (max-width: 991.98px) {
  .l-features__feature:nth-child(2n+2) {
    border: none;
  }
}
.l-features__text {
  font-size: 0.875em;
  line-height: 1.57;
  text-align: center;
}
.l-features__icon {
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.l-features__icon img {
  max-height: 100%;
  object-fit: contain;
}
.l-features__header {
  margin: 0 0 55px;
}
.l-features .c-section-title {
  text-align: left;
}