.hotel-icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hotel-icon h4 {
  color: #000;
}

.hotel-icon img {
  max-width: 200px;
}

.cards figure figcaption:before {
  background-color: unset;
}

.cards .cards-link {
  position: absolute;
  top: 0;
  left: 0;
}

.cards .row img, .projects .row img {
  max-height: 460px;
  border-radius: 20px;
}

.line-height-2 {
  line-height: 2;
}

.img-logo {
  height: 140px;
}

.main-header {
  padding-top: 280px;
}

.grid-image .image1 img, .grid-image .image2 img, .grid-image .image3 img {
  height: 298px;
}

.grid-image img {
  border-radius: 20px;
}

.grid-image .image4 img {
  max-height: 626px;
}

@media screen and (max-width: 768px) {
  .grid-image .image1 img, .grid-image .image2 img, .grid-image .image3 img {
    height: auto;
  }

  .image1 {
    margin-bottom: 20px;
  }

  .main-header {
    padding-top: 128px;
  }
}
