.container {
  background: #f3f5f7;
}

.banner1 .banner-content {
  pointer-events: none;
}

.banner1 .bottom p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
}

.banner1 + .contacti {
  background: #ffffff;
}

@media (max-width: 640px) {
  .banner1 {
    min-height: 220px;
    overflow: hidden;
  }

  .banner1 > img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
  }
}
