.logo {
  display: flex;
  justify-content: center;
}

.logo img {
  max-height: 80px;
}

@media (min-width: 768px) {
  .logo img {
    max-height: 100px;
  }
}

div.roomtype {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  border-radius: 5px !important;
}

div.roomtype .image {
  position: relative;
}

@media (min-width: 992px) {
  div.roomtype .image img {
    border-radius: 5px !important;
    margin-top: -0.8rem !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.51);
  }
}

div.roomtype .image .availabilityBtn {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 15px;
  background: var(--theme);
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  z-index: 99;
}

@media (min-width: 992px) {
  div.roomtype .image .availabilityBtn {
    border-radius: 5px !important;
  }
}

@media (min-width: 992px) {
  div.roomtype .image .availabilityBtn {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}

div.roomtype .content p {
  font-size: 14px;
  color: #333;
}

div.roomtype .content .state {
  font-size: 13px;
  color: #e5e5e5;
}

