.SEOTextItem {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 4rem;
  align-items: center;
  min-height: 28.75rem;
  margin-bottom: 4rem;
}

@media (min-width: 48.01rem) {
  .SEOTextItem {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 75.01rem) {
  .SEOTextItem {
    height: 45rem;
  }
}

.SEOTextItem-title {
  font-size: clamp(28px, calc(24.32653px + 0.97959vw), 40px);
  margin-bottom: 10px;
}

.SEOTextItem-subtitle {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.SEOTextItem-text {
  margin-bottom: 32px;
  font-size: clamp(16px, calc(14.77551px + 0.32653vw), 20px);
}

.SEOTextItem-text p {
  margin-bottom: 0;
}

.SEOTextItem-image {
  position: relative;
  height: 100%;
  max-width: 60vw;
}

.SEOTextItem-image::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: -1rem;
  width: calc(100vw - 1rem);
  height: 90%;
  background: var(--colorSecondaryBg);
  z-index: -1;
}

@media (min-width: 48.01rem) {
  .SEOTextItem-image::before {
    bottom: 0;
    right: 0;
    left: auto;
    width: 50vw;
    height: 100%;
    max-height: 618px;
  }
}

.SEOTextItem-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 618px;
}

@media (max-width: 48rem) {
  .SEOTextItem-image img {
    margin-left: clamp(27px, calc(-17.69388px + 11.91837vw), 173px);
  }
}

@media (min-width: 1281px) {
  .SEOTextItem-image img {
    margin-left: clamp(20px, calc(-592px + 47.8125vw), 173px);
  }
}

@media (min-width: 48.01rem) {
  .SEOTextItem-image {
    max-width: 100%;
    padding: 0;
  }
}

.SEOTextItem-btn {
  width: fit-content;
}

.SEOTextItem-content {
  position: relative;
  display: flex;
  height: 100%;
  padding: 5rem 0;
}

@media (min-width: 48.01rem) {
  .SEOTextItem-content {
    padding: 0;
  }
}

.SEOTextItem-contentInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: auto;
  text-align: center;
}

.SEOTextItem-content::after, .SEOTextItem-content::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  border-right: 2px solid var(--colorBrand);
}

@media (min-width: 48.01rem) {
  .SEOTextItem-content::after, .SEOTextItem-content::before {
    border-right: 3px solid var(--colorBrand);
  }
}

.SEOTextItem-content::after {
  top: 0;
  border-top: 2px solid var(--colorBrand);
}

@media (min-width: 48.01rem) {
  .SEOTextItem-content::after {
    border-top: 3px solid var(--colorBrand);
  }
}

.SEOTextItem-content::before {
  bottom: 0;
  border-bottom: 2px solid var(--colorBrand);
}

@media (min-width: 48.01rem) {
  .SEOTextItem-content::before {
    border-bottom: 3px solid var(--colorBrand);
  }
}

/*# sourceMappingURL=seo-text-item.min.css.map */
