/*Umbraco CSS hook*/

@media (min-width: 768px) {
    .feature-item-wrapper{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }
    
    .feature-item-wrapper .feature-item-text-wrapper {
        margin-top: 0 !important;
    }
}