.gallery {
  align-items: start;
}

.gallery-item {
  display: block !important;
  height: 235px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 22px;
  background: #eef9fb;
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

@media (max-width: 860px) {
  .gallery-item {
    height: 190px !important;
  }
}
