.fix-home-section-first {
    padding-top: 20rem !important;
    margin-bottom: 140px  !important;
}

.fix-home-bg-carousel {
    bottom: unset !important; top: 200px !important;
}

@media only screen and (min-width: 375px) and (max-width: 745px) {
    .fix-home-section-first {
        padding-top: 86px !important;
        margin-bottom: 0  !important;
    }
    
    .fix-home-bg-carousel {
        bottom: 0 !important; 
        top: unset !important;
    }
}