.home-seo-text {
    padding: 0 0 100px;
}

.home-seo-text__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.home-seo-text__body {
    max-height: 11rem;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.72);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.home-seo-text.is-expanded .home-seo-text__body {
    max-height: none;
}

.home-seo-text__body p {
    margin: 0 0 1.25em;
}

.home-seo-text__body p:last-child {
    margin-bottom: 0;
}

.home-seo-text__body h2,
.home-seo-text__body h3 {
    margin: 1.75em 0 0.75em;
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.home-seo-text__body h2:first-child,
.home-seo-text__body h3:first-child {
    margin-top: 0;
}

.home-seo-text__toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin: 28px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
}

.home-seo-text__toggle:hover {
    color: #ff2525;
}

.home-seo-text__toggle-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.home-seo-text.is-expanded .home-seo-text__toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .home-seo-text {
        padding-bottom: 72px;
    }

    .home-seo-text__inner {
        padding: 0 20px;
    }

    .home-seo-text__body {
        max-height: 10rem;
        font-size: 16px;
        line-height: 1.65;
    }

    .home-seo-text__body h2,
    .home-seo-text__body h3 {
        font-size: 20px;
    }
}
