* {
  font-family: Lexend, sans-serif;
  font-weight: 600;
}

.background-booking {
  background: url("../img/bc_booking.jpg") no-repeat;
  background-size: cover;
}

.background-booking h1 {
  padding: 20px 0;
  font-family: Lexend, sans-serif;
  color: orange;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
}

.Location {
  border-right: 1px solid #0000004a;
  padding-right: 30px;
  text-align: center;
  height: 215px;
}

.Location1 {
  text-align: center;
}

.Location h2 {
  font-family: Lexend, sans-serif;
  width: 170px;
  border-bottom: 2px solid black;
}

.Location p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  text-align: left;
}

.Location p a {
  color: black;
  text-decoration: none;
}

.Location p a:hover {
  color: rgba(223, 148, 8, 0.791);
}

.Location1 h2 {
  font-family: Lexend, sans-serif;
  width: 170px;
  border-bottom: 2px solid black;
}

.Location1 p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  text-align: left;
}

.Location1 p a {
  color: black;
  text-decoration: none;
}

.Location1 p a:hover {
  color: rgba(223, 148, 8, 0.791);
}

@media screen and (max-width: 1200px) {
  .booking > div > div > .container.d-flex {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 40px;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(4) {
    border-right: none !important;
  }
  .Location {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .booking > div > div > .container.d-flex > .Location:nth-child(4) {
    border-right: 1px solid #0000004a !important;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(3) {
    border-right: none !important;
  }
}
@media screen and (max-width: 768px) {
  .background-booking h1 {
    font-size: 2em;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(4) {
    border-right: none !important;
    display: flex;
    flex-direction: column;
    order: 5;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(3) {
    border-right: 1px solid #0000004a !important;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(2) {
    border-right: none !important;
  }
  .Location {
    width: 40%;
    border-right: none;
    height: auto !important;
  }
  .Location:first-child {
    border-right: 1px solid #0000004a !important;
  }
  .Location1 {
    width: 40%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .background-booking h1 {
    font-size: 2em;
  }
  .Location {
    width: 50%;
    padding-right: 0;
    border-right: none;
  }
  .Location h2 {
    width: 100%;
  }
  .Location1 {
    width: 50%;
    padding-right: 0;
    border-right: none;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(3) {
    border-right: none !important;
  }
  .Location:first-child {
    border-right: none !important;
  }
  .Location1 h2 {
    width: 100%;
  }
  .Location1 p {
    width: 100%;
  }
  .booking > div > .container > h2 {
    font-size: 1.1em;
  }
  .Location p {
    width: 100%;
  }
  .booking > div > div > .container.d-flex > .Location:nth-child(3) {
    border-right: none !important;
  }
}
