@media (max-width: 575px) {
 .rocon h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--tp-ff-playfair);
    color: #000;
    margin-bottom: 7px;
    margin-top: 20px;
}
p {
    font-size: 15px;
    text-align: justify;
}
.tp-suites-title {
    font-size: 20px;

}
.tp-suites-room span {
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    font-size: 15px;
}
.tp-room-details-title {
    font-size: 22px;
}
.tp-room-about-content p {
    font-family: var(--tp-ff-onest);
    font-size: 15px;
}
.tp-room-about-feature ul li{
font-size: 15px;	
}
.mb-90 {
    margin-bottom: 0;
}
.imat h1 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.tp-faq-btn {
    padding: 16px 3px;
}
.tp-faq-details-para p {
    font-size: 15px;
}
.tp-contact-item {
    box-shadow: 0 20px 30px 6px rgba(20, 20, 20, 0.1);
    background: var(--tp-common-white);
    border-radius: 16px;
    padding: 25px 25px 25px 25px;
    height: auto;
    margin-bottom: 15px;
}
.macrt {
    margin-top: 29px;
    margin-bottom: 0px;
    background: #e7e7e7;
    padding: 20px;
    border-radius: 10px;
}
.tp-breadcrumb-spacing {
    padding-top: 100px;
    padding-bottom: 30px;
}
}