.block-features .section-title{text-align:center;margin-bottom:40px;}
.block-features .features{text-align:center;grid-gap:0px;}
.block-features .features .feature{position: relative;padding:3.3rem 4rem;border-top:1px solid #e5e5e5}
.block-features .features .feature img{margin-bottom:7px;}
.block-features .features .feature p{max-width:220px;margin:0 auto 0;font-size:20px;}
.block-features .features .feature:first-child, .block-features .features .feature:nth-of-type(2), .block-features .features .feature:nth-of-type(3), .block-features .features.per-row-4 .feature:nth-of-type(4){border-top:none;padding-top:0;}
.block-features .features .feature:nth-last-child(1), .block-features .features .feature:nth-last-child(2), .block-features .features .feature:nth-last-child(3), .block-features .features.per-row-4 .feature:nth-last-child(4){padding-bottom:0;}
.block-features .features .feature:before{content:'';width:1px;background:#e5e5e5;height:100%;position:absolute;top:0;left:0;}
.block-features .features .feature:first-child:before, .block-features .features.per-row-3 .feature:nth-of-type(3n + 1):before{display:none;}

@media(max-width:1024px){
    .block-features .features{grid-template-columns:1fr 1fr !important;align-items:top;}
    .block-features .features .feature{padding:30px 18px !important;border-bottom:1px solid #e5e5e5 !important;border-top:none;font-size:12px;}
	.block-features .features .feature p{font-size:18px;}
    .block-features .features .feature:nth-of-type(2n){border-left:1px solid #e5e5e5;}
    .block-features .features .feature:last-child, .block-features .features .feature:nth-last-child(2){border-bottom:none !important;}
    .block-features .features .feature:before{display:none;}
    
}

@media(max-width:550px){
	.block-features .features .feature p{max-width:220px;margin:0 auto 0;font-size:16px;}
}