.feature-section{color:var(--text_color_alt);position:relative;z-index:3;padding-bottom:15px;background-color:var(--color-1);padding:50px 0}.fc_banner_section+.fc_feature_section .feature-section{padding:0}.fc_banner_section+.fc_feature_section .features{margin-top:-150px}.feature-section .features{display:grid;grid-template-columns:repeat(var(--col_count),1fr);gap:30px;justify-content:center}.feature-section .feature{background:linear-gradient(180deg,var(--color-2) 45%,var(--color-1) 100%);border-radius:5px;padding:25px}.feature-section .feature a{color:var(--text_color_alt);font-weight:400}.feature-section .feature h3{margin-bottom:10px}.feature-section .feature p:last-child{margin-bottom:0}.feature-section .feature .icon{font-size:40px}.feature-section .feature .image{margin-bottom:20px}.feature-section .feature .image img{max-height:40px;width:auto}@media screen and (max-width:1199px){.feature-section.col-count-4 .features{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:991px){.feature-section.col-count-3 .features{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.feature-section .features:nth-child(n){grid-template-columns:1fr}}