.ContactUs{
    background-color: var(--blue);
    color: white;
}
.ContactUs h1{
    color: var(--orange);
    font-weight: bold;
}

.Accomendation-Image{
    max-height: 450px;
}