.booking__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking__btn a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.single-reference {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .booking__btn {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
