.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .divider {
  height: 1px;
  background: #e3cea2;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  gap: 39px;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item {
  width: 100%;
  max-width: 454px;
  background: #4C5E33;
  border: 2px solid #e3cea2;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__title {
  margin: 20px 0;
  font-family: "Open Sans", serif;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  text-align: center;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__image img {
  width: 100%;
  height: auto;
  max-height: 334px;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__cta {
  width: 100%;
  margin: 20px 0 25px 0;
  padding: 0 25px;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__cta a {
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 2px solid #e3cea2;
  font-family: 'Playfair Display', serif;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.3;
  color: #E3CEA2;
  text-align: center;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__cta a:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .items {
    margin-top: 50px;
    gap: 20px;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__title {
    margin: 10px 0;
    font-size: 18px !important;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__cta {
    margin: 10px 0 10px 0;
    padding: 0 10px;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .item .item__cta a {
    padding: 10.5px 0;
    font-size: 14px !important;
  }
}

/* Hero block */
#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .banner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero {
  padding: 50px 25px;
  position: relative;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #4C5E33 50%, rgba(76, 94, 51, 50%) 100%);
  z-index: 2;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__image.sm {
  display: none;
}


#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content * {
  margin-bottom: 0;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content {
  position: relative;
  z-index: 3;
  max-width: 75%;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 500;
  color: white;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content h1 {
  line-height: 1;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

#block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero .divider {
  margin: 20px 0;
  max-width: 460px;
}

@media (min-width: 1280px) {
  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero {
    max-height: 245px;
  }
}

@media (max-width: 640px) {
  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .banner {
    max-width: unset;
    padding: 0;
  }
}

@media (max-width: 600px) {
  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero {
    max-width: unset;
    padding: 59px 20px;
    max-height: 245px;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content {
    max-width: unset;
    font-size: 24px;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero .divider {
    margin: 10px 0;
    max-width: 226px;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__content p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 460px) {
  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__image.lg {
    display: none;
  }

  #block-zinble-views-block-stroitelstvo-domov-block-for-static-page .hero__image.sm {
    display: block;
  }
}
