.text-area h2, .text-area h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.text-area p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 10px !important;
    line-height: 28px;
}
.text-area p a{
    color: #9DE600;
    font-weight: 500;
    text-decoration: underline;
}

.section-title{
    display: flex;
    gap: 30px;
}
.section-head{
    width: 55%;
}
.section-head h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}
.section-head h2 span{
    color: #FFC20C;
}
.section-head p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 0 !important;
    line-height: 28px;
}
.section-desc{
    width: 45%;
    display: flex;
    align-items: flex-end;
}
.section-desc p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 0 !important;
    line-height: 28px;
}
.section-p{
    width: 65%;
}
.section-a{
    width: 35%;
    display: flex;
    justify-content: flex-end;
}
.hotel-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.hotel-img img{
    width: 100%;
    border-radius: 10px;
    display: block;
}
@media (max-width: 991px) {
    .section-title{
        flex-direction: column;
        gap: 20px;
    }
    .section-desc{
        width: 100%;
        justify-content: flex-start;
    }
    .hotel-detail-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767px) {

.section-head {
    width: 100%;
}
.section-head h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 29px;
}
.section-a{
    width: 100%;
    justify-content: flex-start;
}
.section-desc{
    flex-direction: column;
}
.section-p {
    width: 100%;
}
.text-area h2, .text-area h3 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}
    .text-area h2, .text-area h3 {
        font-size: 26px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 20px;
}
.hotel-grid {
        grid-template-columns: repeat(1, 1fr);
}

}