.Accommodation {
  width: 100%;
  height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding-top: 1.4rem;
  background-image: url(../../../assets/Hotel.png);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center bottom;
}

.Accommodation .texto {
  width: 90%;
  text-align: center !important;
}

.Accommodation .HotelButton {
  width: 70%;
  padding: 0.8rem 1.5rem;
  margin: 2rem auto;
  background-color: #d0dfca;
  color: #000000;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
}

.HotelButton:hover {
  background-color: #b7c4b2;
}

@media (min-width: 768px) {
  .Accommodation {
    width: 70%;
    margin: 0 auto;
    background-size: 44% auto;
  }

  .Accommodation p {
    text-align: center;
  }

  .HotelButton {
    width: 52%;
    margin: 3rem auto 0 auto;
  }
}

@media (min-width: 1200px) {
  .Accommodation {
    width: 44%;
    margin: 0 auto;
    background-size: 32% auto;
  }
}
