.flat-row.flat-tab-menu{
    min-height: calc(100vh - 128px);
}
/* PC */
@media only screen and (min-width: 992px){
    .flat-row.flat-tab-menu{
        padding-top: 57px;
        padding-bottom: 80px;
        background: fixed url('/images/bg_quotes.svg') no-repeat 60px 200px;
    }
    .flat-tab-menu .image_carosuel{
        width: 390px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .flat-tab-menu .image_carosuel{
        width: 480px;
    }
}
/* Mobile */
@media only screen and (max-width: 991px){
    .flat-row.flat-tab-menu{
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
}
