.seo-gallery {
  /*min-height: 100vh;*/
  padding-top: 285px;
  /*margin-top: -300px;*/
  background-image: url(/wp-content/uploads/2026/04/56e7154bd5edf677fab079d3ba7029bd866cc204.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  position: relative;
  z-index: -1;
	overflow: hidden;
}
.seo-gallery .container .seo-text {
  max-width: 490px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.seo-gallery::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/group-2481.png);
  background-repeat: no-repeat;
  top: 63%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-seo__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 370px;
  height: 450px;
  padding: 30px 15px;
  background-color: var(--bg-alt-third);
}

.gallery-seo__img:nth-of-type(1) {
  transform: rotate(-5deg);
  width: 370px;
  height: 450px;
}

.gallery-seo__img:nth-of-type(2) {
  width: 370px;
  height: 370px;
  position: relative;
  z-index: 1;
}

.gallery-seo__img:nth-of-type(3) {
  transform: rotate(-3deg);
  width: 370px;
  height: 370px;
  position: relative;
  z-index: 1;
}

.gallery-seo__img:nth-of-type(4) {
  transform: rotate(5deg);
  width: 370px;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .seo-gallery::before {
    display: none;
  }
  .gallery-seo__container {
    display: none;
  }
}/*# sourceMappingURL=block.css.map */