.containabout {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* แบ่งเป็น 2 คอลัมน์ */
    gap: 1rem; /* ระยะห่างระหว่างกล่อง */
    padding: 35px;
    font-family: Arial, 'Noto Sans Thai', sans-serif;
    justify-content: center;
    align-items: start; /* จัดให้อยู่ด้านบน */
    max-width: 750px;
    margin: auto;
}

.containabout-box {
    background-color: #f3f4f6;
    padding: 23px;
    border-radius: 0.5rem;
    line-height: 1.6;
    text-align: center; /* จัดข้อความให้อยู่กึ่งกลาง */
}

.containabout-large-box {
    grid-column: span 2; /* ให้กล่องใหญ่ยืดข้าม 2 คอลัมน์ */
}

.containabout-small-box {
    text-align: center;
}

.containabout-title {
    color: #006a6a;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 28px;
}

.containabout-content {
    color: #4b5563;
    font-size: 17px;
}

.containabout-number {
    color: #006a6a;
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}

.accreditation-list {
    list-style-type: disc;
    margin-left: 1rem;
    text-align: left; /* จัดข้อความให้อยู่ทางซ้าย */
}
