.bookWithUs {background-image: url("../images/bookwithus.webp");border-radius: 10px;padding:50px 75px;background-repeat: no-repeat;background-size: cover;}
.bookWithUs h2 {color: #fff;font-weight: 600;font-size: 48px;}
.bwu_paragraph p {color:#C8C9CB;margin-bottom: 1rem;font-size:18px;}
.bwu_text h3 {font-weight: 700;font-size: 20px;color: #EC281C;margin-bottom: 8px;}
.bwu_text p {color: #fff;font-weight: 500;font-family: "Outfit";font-size: 13px;}
.bwu_paragraph {padding-right: 45px;}
.bwu_icon img {width: 74px;height: 74px;max-width: 74px;margin-right: 15px;}
@media only screen and (max-width:991px){
    .bookWithUs h2 {font-size: 42px;}
}
@media only screen and (max-width:575px){
    .bookWithUs h2 {font-size: 38px;}
    .bookWithUs {padding:45px 35px;}
    .bwu_paragraph {padding-right: 0px;}
}