<style>
/*.section-support--solutions p {padding-bottom: 10px;}*/
/*p {padding-bottom: 10px!important;}*/
.features-img {box-shadow: 0px 14px 12px -6px rgba(0,0,0,0.36); transition: transform .2s;}
.features-img:hover {transform: scale(1.03);}
.features-video-preview {padding-bottom: 8px; margin-top:80px;}
.features-video-comment {padding-bottom:0px; margin-bottom:40px; font-size: 16px; font-weight: 500; }
.features-text-content {margin-bottom:20px;}
.features-text-box {font-size: 14px; display: block; outline: 1px solid #DCDCDC; outline-offset: 4px; padding: 10px; padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px}
.features-spacer {margin-bottom:40px}

@media screen and (max-width: 480px) {
    .features-video-preview {
        margin-top:0px;
    }
    .features-video-comment {
        margin-bottom:0px;
        padding-bottom:0px;
    }
.section-support--solutions p {
    padding-bottom: 10px;
    }    
	.features-spacer {
        margin-bottom:0px
    }	
}
</style>