.footer-description{
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);

    text-align: center;
}


/* หัวข้อหลัก */
.footer-description h1{
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 5px;
    line-height: 1.4;
}


/* หัวข้อรอง */
.footer-description h3{
    font-size: 15px;
    color: #555;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.5px;
}


/* เนื้อหา */
.footer-description p{
    font-size: 15px;
    color: #444;
    line-height: 1.9;

    max-width: 750px;
    margin: 0 auto 25px auto;

    text-align: left;
}


/* ตัวหนา */
.footer-description strong{
    color: #e67e22;
}


