
.ama-seo-content{
    max-width:1200px;
    margin:60px auto;
    padding:40px;
    background:#f8f9fb;
    border-radius:16px;
    border:1px solid #e5e7eb;
    box-sizing:border-box;
}

.ama-seo-content h2{
    font-size:36px;
    font-weight:800;
    color:#111827;
    text-align:center;
    margin:0 0 30px;
    line-height:1.3;
}

.ama-seo-content h2::after{
    content:'';
    display:block;
    width:80px;
    height:4px;
    background:#F97316;
    margin:15px auto 0;
    border-radius:10px;
}

.ama-seo-content p{
    font-size:17px;
    line-height:1.9;
    color:#4b5563;
    margin:0 0 18px;
}

.ama-seo-content strong{
    color:#111827;
    font-weight:700;
}


@media(max-width:768px){

    .ama-seo-content{
        padding:25px 20px;
        margin:40px auto;
    }

    .ama-seo-content h2{
        font-size:28px;
        margin-bottom:24px;
    }

    .ama-seo-content p{
        font-size:16px;
        line-height:1.8;
    }

}
