.hotels-top-bj {
    height: 215px;
    margin-bottom: 41px;
}

.hotel-title {
    color: #454545;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 111.111% */
}

.hotel-paragraph-container p {
    color: rgba(69, 69, 69, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.hotel-title-container {

}
.hotel-paragraph-container {
    margin-top: 41px;
}


.hotel-paragraph-container p:nth-child(2) {
    margin-top: 25px; /* Apply styles to the second <p> tag */
}



.our-services-card-children img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.service-with-child {
    margin-top: 0px !important;
}

.top-nav-container {
    margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
    .our-services-card-children img {
        height: 150px;
    }

}@media (max-width: 991px) {
    .hotel-title {
        font-size: 44px;
    }
    
}


@media (max-width: 769px) {
    .top-nav-container {
        padding-bottom: 0px !important;
    }
    .hotels-top-bj {
        margin-top: 16px;
    }
    .our-services-card-children img {
        height: 125px;
    }
    .hotel-title {
        font-size: 40px;
    }

}

@media (max-width: 575px) {
    .our-services-card-children img {
        height: 200px;
    }

    .hotel-title {
        font-size: 40px;
    }



    .hotel-paragraph-container p:nth-child(2) {
        margin-top: 25px;
    }





}

@media (max-width: 364px) {
    .our-services-card-children img {
        height: 140px;
    }
}