body .wrapper .blockAboutHotel .block:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body .wrapper .blockAboutHotel .block:first-child .titleAboutHotel {
  color: #081F32;
  font-family: Gelasio, cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 25px;
}
body .wrapper .blockAboutHotel .block:first-child .contentAboutHotel {
  margin-bottom: 45px;
  opacity: 0.6;
  width: 439px;
  color: #081F32;
  font-family: Roboto, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body .wrapper .blockAboutHotel .block:first-child .btnViewMore {
  color: #FFF;
  font-family: Roboto, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 5px;
  background-color: #1B75BB;
  padding: 15px 30px;
  border: none;
  transition: 500ms;
}
body .wrapper .blockAboutHotel .block:first-child .btnViewMore:hover {
  cursor: pointer;
  transform: scale(0.98);
  background-color: #0f5c98;
}
body .wrapper .blockAboutHotel {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 120px;
}
body .wrapper .blockAboutHotel .block {
  width: 49%;
  position: relative;
  transition: 1s;
}
body .wrapper .blockAboutHotel .block:hover {
  scale: 1.015;
}
body .wrapper .blockAboutHotel .block .grayBlock {
  width: 231px;
  height: 126px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(226, 226, 226, 0.4);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .wrapper .blockAboutHotel .block .grayBlock .titleRoom {
  color: #081F32;
  font-family: Gelasio, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
body .wrapper .blockAboutHotel .block .grayBlock .price {
  color: #081F32;
  font-family: Roboto, cursive;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.8;
}
body .wrapper .blockAboutHotel .block .grayBlock .btnBookNow {
  color: #FFF;
  font-family: Gelasio, cursive;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #1B75BB;
  border: none;
  transition: 500ms;
  margin-top: 5px;
}
body .wrapper .blockAboutHotel .block .grayBlock .btnBookNow:hover {
  cursor: pointer;
  transform: scale(0.98);
  background-color: #0f5c98;
}

/*# sourceMappingURL=aboutHotel.css.map */
