.what-is-rent {
    background: #ffffff;
    padding: 80px 20px;
    text-align: center;
    color: #333;
}

.what-is-rent h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.decor-line {
    width: 50px;
    height: 3px;
    background: #8000FF;
    margin: 0 auto 30px;
}

.seo-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    text-align: left; /* Текст слева для удобства */
}

.seo-text p {
    margin-bottom: 20px;
}

.seo-text .seo-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.seo-text .seo-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.seo-text .seo-list li::before {
    content: "✔";
    color: #8000FF;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 0;
}

/* --- Адаптивные стили --- */
@media (max-width: 768px) {
    .seo-text {
        font-size: 14px;
        text-align: center; /* На мобильных текст по центру */
    }

    .seo-text .seo-list li {
        font-size: 14px;
    }
}
