/* HTR Windows Gallery */
.gallery__header {
  max-width: 84%;
  margin: 0 auto;
}
.gallery-images img {
  width: 100%;
  min-height: 320px;
  border-radius: 20px;
  object-fit: cover;
}
.gallery__button {
  margin-bottom: 30px;
}
.gallery__button button {
  width: 271px;
}

@media (max-width: 768px) {
  .gallery__button .btn {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .gallery__title {
    font-size: 20px !important;
  }
  .gallery__description {
    font-size: 14px !important;
  }
}

@media (max-width: 360px) {
  .gallery__description {
    font-size: 12px !important;
  }
}
