.map-container{
    z-index: -1;
    margin-top: -500px;
    height: 900px;
}
.wrapper-floating-content{
    position: relative;
}
.wrapper-floating-content .floating-content{
    z-index: 2;
}
.wrapper-floating-content:after{
    content: '';
    position: absolute;
    background: #F8F8F8;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
}
@media (max-width: 991.99px) {
    .map-container{
        margin-top: 0;
        height: 500px;
    }
    .wrapper-floating-content{
        background: #F8F8F8;
    }
    .contact-info-box{
        margin-top: 1.5rem;
    }
    
}