#nav-contact {
  scroll-margin-top: 179px;
}

.hotel-contact-info {
  height: unset;
}

.hotel-contact-info__grid {
  width: 100%;
}

.hotel-contact-info .hotel-contact-info__items {
  background-color: #F9F9F9;
  border-radius: 8px;
  display: flex;
  padding: 48px 32px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}

.hotel-contact-info .hotel-contact-info__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #141414;
  gap: 8px;
  width: 30%;
  font-size: 15px;
}

.hotel-contact-info .hotel-contact-info__item:first-child {
  word-break: break-all;
}

.hotel-contact-info .hotel-contact-info__item .title {
  white-space: nowrap;
  color: #2CCCD3;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.84px;
}

.hotel-contact-info .hotel-contact-info__item .title img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(5779%) hue-rotate(139deg) brightness(87%) contrast(88%);
  margin-right: 8px;
  width: 24px;
  height: 24.585px;
  flex-shrink: 0;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .hotel-contact-info .hotel-contact-info__items {
    padding-inline: 24px;
  }

  .hotel-contact-info .hotel-contact-info__item .title {
    font-size: 16px
  }

  .hotel-contact-info .hotel-contact-info__item .title img {
    width: 16px;
  }
}

@media (max-width: 992px) {
  #nav-contact .container {
    padding: unset;
  }

  .hotel-contact-info {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  #hotel-gallery .hotel-contact-info {
    width: unset;
  }

  .hotel-contact-info__intro {
    display: none;
  }

  .hotel-contact-info .hotel-contact-info__items {
    flex-direction: column;
    background-color: transparent;
    margin: unset;
    padding: unset;
    gap: 20px;
    text-align: left;
  }

  .hotel-contact-info .hotel-contact-info__item {
    border: 1px solid #97999B;
    margin: unset;
    padding: 20px;
    border-radius: 25px;
    width: 100%;

  }

  .hotel-contact-info__item:nth-child(1) {
    order: 2;
  }

  .hotel-contact-info__item:nth-child(2) {
    order: 1;
  }

  .hotel-contact-info__item:nth-child(3) {
    order: 1;
  }
}