.fx-card-section{background:linear-gradient(0deg,#f2f6f9,#fff)}.fx-section.fx-card-section{padding-top:0}.fx-card-section-intro{margin:0 auto 40px;max-width:1168px;text-align:center}.fx-card-list{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;list-style:none;margin:0;padding:0}.fx-card-list__item{flex:0 0 100%;max-width:100%}.fx-card-link{display:block;height:100%}.fx-card{background-color:#fff;border-radius:20px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden}.fx-card__img{height:250px;object-fit:cover;width:100%}.fx-card__content{align-items:flex-start;display:flex;flex:1;flex-direction:column;padding:35px}.fx-heading.fx-card__heading{font-size:24px;line-height:32px;margin-bottom:10px}.fx-card__text{margin-bottom:20px}.fx-card__text ul{color:#3b3b3b;list-style-type:disc}.fx-card__read-more{color:#3b3b3b;display:inline-block;font-size:18px;line-height:21px;margin-top:auto;text-transform:uppercase}.fx-card__read-more:after{background-color:#f26e26;border-radius:1px;content:"";display:block;height:2px;width:100%}@media (min-width:768px){.fx-card-list__item{max-width:calc(50% - 32px)}}@media (min-width:1200px){.fx-card-list__item{max-width:calc(33.33333% - 32px)}}