.responsive-section.seo-section {
    background-color: #121212;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

.seo-title {
    font-size: 36px;
    font-weight: bold;
    color: #ff5722;
    margin-bottom: 20px;
}

.seo-text {
    font-size: 18px;
    color: #ccc;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
}

.seo-text p {
    margin-bottom: 20px;
}

.seo-text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.seo-text ul li {
    margin-bottom: 10px;
}

.seo-text a {
    color: #ff5722;
    text-decoration: none;
}

.seo-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .seo-title {
        font-size: 28px;
    }

    .seo-text {
        font-size: 16px;
    }
}
