.home .banner-wrap {
    padding-top: 56%;
}
.post-wrap .post-content .title {
    font-size: 2rem !important;
}
.post-wrap .post-content .title h2 {
    font-weight:400 !important;
}
.block-title .title {
    font-size: 2.6rem !important;
    font-weight:400 !important;
}
.block-title .title h2 {
    font-size: 2.4rem !important;
    font-weight:400 !important;
}
.btn-readmore {
    font-weight: 500 !important;
}
.booking-stay .block-title .title h2 {
    font-size:2.4rem !important;
}
.list-services .service-list .service-item .service-link {
    font-size:1.8rem !important;
}
@media screen and (max-width: 600px){
    .block-title .title h2 {
        font-size: 2rem !important;
        font-weight:400 !important;
    }
    .block-title .title {
        font-size: 2rem !important;
    }
    .list-services .service-list .service-item .service-link {
        font-size: 1.5rem !important;
        font-weight:400 !important;
    }
}
@media only screen and (max-width: 768px) {
    .home .banner-wrap {
        margin-bottom: -70%;
        padding-top: 100%;
    }
}
@media only screen and (max-width: 600px){
    .home .banner-wrap {
        margin-bottom: -90%;
        padding-top: 100%;
    }

}