.seo-block ::-webkit-scrollbar {
    width: 3px;
}

.seo-block .seo-block__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.seo-block .seo-block__img {
    max-width: 620px;
    width: 100%;
    max-height: 500px;
    height: 80vw;
    border-radius: 2px;
    overflow: hidden;
}

.seo-block .seo-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.seo-block .seo-block__text {
    flex: 1 1 57.5%;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 30px;
}

.seo-block .seo-block__text p,
.seo-block .seo-block__text li {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.seo-block .seo-block__text li {
    padding-left: 20px;
}

.seo-block .seo-block__text ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border-radius: 50%;
}

.seo-block .seo-block__text h1:not(:last-child),
.seo-block .seo-block__text h2:not(:last-child),
.seo-block .seo-block__text h3:not(:last-child),
.seo-block .seo-block__text h4:not(:last-child),
.seo-block .seo-block__text h5:not(:last-child),
.seo-block .seo-block__text h6:not(:last-child) {
    margin-bottom: 30px;
}

.seo-block .seo-block__text ol:not(:last-child),
.seo-block .seo-block__text p:not(:last-child),
.seo-block .seo-block__text ul:not(:last-child) {
    margin-bottom: 20px;
}

.seo-block .seo-block__text li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1192px) {
    .seo-block .seo-block__wrapper {
        gap: 20px;
    }
    .seo-block .seo-block__img {
        max-width: 450px;
    }
    .seo-block .seo-block__text {
        padding-right: 15px;
    }
}
@media (max-width: 992px) {
    .seo-block .seo-block__img {
        max-width: 350px;
        max-height: 350px;
    }
    .seo-block .seo-block__text {
        max-height: 350px;
    }
    .seo-block .seo-block__text h1:not(:last-child),
    .seo-block .seo-block__text h2:not(:last-child),
    .seo-block .seo-block__text h3:not(:last-child),
    .seo-block .seo-block__text h4:not(:last-child),
    .seo-block .seo-block__text h5:not(:last-child),
    .seo-block .seo-block__text h6:not(:last-child) {
        margin-bottom: 20px;
    }
    .seo-block .seo-block__text p:not(:last-child),
    .seo-block .seo-block__text ol:not(:last-child),
    .seo-block .seo-block__text ul:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .seo-block .seo-block__wrapper {
        flex-direction: column;
    }
    .seo-block .seo-block__img {
        max-width: unset;
        max-height: 400px;
    }
    .seo-block .seo-block__text h1:not(:last-child),
    .seo-block .seo-block__text h2:not(:last-child),
    .seo-block .seo-block__text h3:not(:last-child),
    .seo-block .seo-block__text h4:not(:last-child),
    .seo-block .seo-block__text h5:not(:last-child),
    .seo-block .seo-block__text h6:not(:last-child) {
        margin-bottom: 10px;
    }
}
