body{
    max-width: 100vw;
    overflow-x: hidden;
}
.header{
    z-index: 1000;
}
.relative{
    position: relative;
}
.z10{
    z-index: 10;
}
 .text-center-mobile{
        text-align: center;
    }
@media(max-width: 768px){
    .call-out{
        padding-left: 10px;
        padding-bottom: 0px !important;
    }
    
    .m-inline-0{
        margin-inline: 0 !important;
        padding-inline: 0 !important;
    }
    
    .absolute-bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,255,255, 0.6);
    }
}
@media(max-width: 600px){
    .position-bg{
        background-position: 55% center !important;
    }
    .text-mobile{
        font-size: 35px !important;
    }
}