/* hosting available map start */
.hosting-available-map{
    padding: 60px 0 70px !important;
}
.hosting-available-map h2.title {
    font-size: 50px;
    font-weight: 900;
}
.hosting-available-map h4.subtitle {
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
}
@media screen and (max-width:991.9px){
    .hosting-available-map h2.title {
        font-size: 36px;
        font-weight: 900;
    }
    .hosting-available-map h4.subtitle {
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }
}
@media screen and (max-width:767.9px){
    .hosting-available-map h2.title {
        font-size: 32px;
    }
    .hosting-available-map h4.subtitle {
        font-size: 16px;
    }
    .hosting-available-map {
        padding: 30px 0 20px !important;
    }
}
@media screen and (max-width:575.9px){
    .hosting-available-map h2.title {
        font-size: 28px;
    }
    .hosting-available-map h4.subtitle {
        font-size: 14px;
    }
    .hosting-available-map {
        padding: 30px 0 0 !important;
    }
}
/* hosting available map end */