.seo-block {
  background: #fff;
}
.seo-block__content {
  padding: 50px 0px;
  display: flex;
  flex-flow: column;
  gap: 64px;
}
.seo-block__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.seo-block__title {
  max-width: 60%;
  width: 100%;
  font-family: Geist;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #121212;
}
.seo-block__title strong {
  font-weight: 400;
  color: #A0A09F;
}
.seo-block__body {
  display: flex;
  flex-flow: column;
  max-width: 60%;
  gap: 16px;
  width: 100%;
  align-self: flex-end;
}
.seo-block__body-title {
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  vertical-align: middle;
  color: #121212;
}
.seo-block__text {
  max-height: 162px;
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
  overflow: hidden;
  transition: 0.3s ease;
}
.seo-block__button {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #A0A09F;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 18px;
	background: transparent;
	transition: 0.3s ease;
}

.seo-block__button svg path {
	transition: 0.3s ease;
	fill: #A0A09F;
}

.seo-block__button:hover {
	background: #A0A09F;
}

.seo-block__button:hover svg path {
	fill: #fff;
}

@media (max-width: 1024px) {
  .seo-block__content {
    padding: 48px 0;
    gap: 36px;
  }
  .seo-block__head {
    flex-flow: column;
    gap: 8px;
    align-items: flex-start;
	justify-content: space-between;
  }
  .seo-block__title {
    max-width: 100%;
	padding-top: 52px;
  }
  .seo-block__body {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */