#seo-block {
  position: relative;
      padding: clamp(20px, 3.75vw + 8px, 80px) 0;
}
#seo-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--card);
  border-radius: 20px;
  z-index: -1;
}
#seo-block .block__wrapper {
  display: flex;
  gap: clamp(15px,0.625vw + 13px, 25px);
}
#seo-block .block__content {
  flex-grow: 1;
}
#seo-block .block__text {
  max-height: 368px;
  color: var(--main-text);
}
#seo-block .block__image {
  overflow: hidden;
  width: 810px;
  height: 100%;
  flex-shrink: 0;
}
#seo-block .block__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*============ MEDIA ==================*/
@media (max-width: 1640px) {
  #seo-block .block__wrapper {
    flex-direction: column;
  }
  #seo-block .block__image {
    aspect-ratio: 16/5;
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=block.css.map */
