﻿.component__grid-hotel__content {
  padding: 4rem 0;
  background-color: #fff;
  color: #000;
}
.component__grid-hotel__content img {
  max-height: 45px;
}
.component__grid-hotel__content h4 {
  width: 80%;
}
.component__grid-hotel__content p {
  font-size: calc(1.305rem + 0.66vw);
  margin: 4rem 0;
  width: 75%;
}
@media (min-width: 1200px) {
  .component__grid-hotel__content p {
    font-size: 1.8rem;
  }
}
