@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap" rel="stylesheet');
* {
  margin: 0;
  padding: 0;
  outline: none; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 468px) {
  .booking {
    border-radius: 80px 80px 0 0;
    padding: 30px 0px 60px 0; }
    .booking .title-section h3 {
      font-size: 32px; } }

/*# sourceMappingURL=responsive.css.map */
