.spec-section .box-right.spec-content .fl-col-content {
    padding-left: 80px;
}

.spec-section .box-left.spec-content .fl-col-content {
    padding-right: 80px;
}

.spec-section .spec-image img {
    border-radius: 8px;
    filter: drop-shadow(0 2px 6px rgba(0,53,101,0.4));
}

@media ( max-width:1080px ) {
    .spec-section .box-right.spec-content .fl-col-content {
        padding-left: 40px;
    }
    
    .spec-section .box-left.spec-content .fl-col-content {
        padding-right: 40px;
    }
}

@media ( max-width: 992px ) {
    
    .spec-section .fl-col-group-equal-height {
        display: flex;
        flex-direction: column;
    }
    
    .spec-section .box-left,
    .spec-section .box-right {
        min-width: 100%;
    }
    
    .spec-section .box-left.spec-content {
        order: 1;
    }
    
    .spec-section .box-right.spec-content .fl-col-content {
        padding-left: 0px;
    }
    
    .spec-section .box-left.spec-content .fl-col-content {
        padding-right: 0px;
    }
}