.whyChooseUsBodyPanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.WCUBodyCOntentAll {
    width: calc( 50% - 10px);
    padding: 30px 20px;
    border-radius: 10px; 
    display: grid; 
    gap: 20px;
}


.WCUHotels {
    background: #fffcf7;
    border: 1px solid #fef2e3;
}

.WCUService {
    background: #f4feff;
    border: 1px solid #ddf8fe;
}


.WCUPrice {
    background: #fef5f6;
    border: 1px solid #fbe1e1;
}

.WCUContentAll {
    display: grid;
    gap: 20px;
}

.WCUContentAll > h2 {
    font-size: var(--h2fontsize);
}

.WCUContentAll > p {
    color: var(--txtcolor);
    max-width: 570px;

}


