/* Keep project photography aligned despite different source proportions. */
.realizations-section {
  padding-top: 0;
}

.realizations-section .gallery-item-two .image-box {
  height: 280px;
  overflow: hidden;
}

.realizations-section .gallery-item-two .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realizations-section .sec-title .text {
  max-width: 680px;
  margin-top: 12px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .realizations-section .gallery-item-two .image-box {
    height: 230px;
  }
}
