.feature-cards__container{display:flex;flex-direction:column;padding-bottom:60px;padding-top:60px}.feature-cards__header{margin-bottom:30px}.feature-cards__subtitle,.feature-cards__title{text-align:center}.feature-cards__title{font-size:28px;margin-bottom:5px}.feature-cards__subtitle{font-size:20px;margin-bottom:0}.feature-cards__grid{display:flex;flex-direction:column;gap:40px}.feature-card__item{background-color:var(--lf-light-gray);border-radius:var(--lf-border-radius-md);flex-direction:column;padding:20px}.feature-card__header,.feature-card__item{align-items:center;display:flex;width:100%}.feature-card__title{font-size:20px;margin-bottom:0;text-align:center}.feature-card__header h4{margin:0}.icon{height:50px;width:50px;fill:var(--lf-orange)}.feature-card__sub-title{color:var(--lf-orange);font-size:48px;font-weight:700;margin:0;text-align:center}.feature-card__text{margin-top:10px}.feature-card__text p:last-child{margin-bottom:0}.feature-cards__button{margin-top:40px;text-align:center}@media (min-width:992px){.feature-cards__container{padding-bottom:90px;padding-top:90px}.feature-cards__grid{flex-direction:row;flex-wrap:wrap}.feature-cards__grid>*{flex:1 1 auto;flex-basis:calc(25% - 40px)}.feature-cards__title{font-size:35px}.feature-cards__subtitle{font-size:28px}.feature-cards__item{padding:30px}.feature-card__header{flex-direction:column}.feature-card__header img,.feature-card__header picture{height:120px;width:120px}.feature-cards__button{margin-top:60px}}