@media(max-width:1100px){

.booking-bar{

grid-template-columns:repeat(2,1fr);

position:relative;

bottom:auto;

left:auto;

transform:none;

margin-top:40px;

}

}

@media(max-width:700px){

.booking-bar{

grid-template-columns:1fr;

}

}