/**
 * Content with icon
 */
.twc-content-with-icon__icon {margin-bottom:25px;}
.twc-content-with-icon__icon i:before {font-size:37px;}
.twc-content-with-icon__content {padding-right:60px;}
.twc-content-with-icon__content h3 {margin-bottom:20px;}

/*page home*/
.page-home .twc-content-with-icon {margin-bottom:60px !important;}

/*RESPONSIVE*/
@media only screen and (max-width:1280px) {
    .page-home .twc-content-with-icon__content {padding-right:0;}
}
@media only screen and (max-width:1024px) {
    .twc-content-with-icon__content {padding-right:0;}
}
@media only screen and (max-width:480px) {
    .twc-content-with-icon {margin-bottom:25px !important;}

    /*page home*/
    .page-home .twc-content-with-icon {margin-bottom:25px !important;}
}