body {
    height: 100vh; /* ให้เต็มหน้าจอ */
    margin: 0;
    display: flex;
    flex-direction: column;
}
.home-page-1 {
    color: #3b342a;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: auto;
    background:linear-gradient(#AFAFAF, #ffffff)
}
.home-page-head h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 501;
    color: #212121;
}
.home-page-head p {
    font-family: 'Kanit',sans-serif;
    font-weight: 398;
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: -34px;
    color: #212121;
}
.homecenter {
    margin-top: -1px;
    margin-bottom: -35px;
    width: 100%;
    height: 400px; /* กำหนดความสูงสูงสุด */
    object-fit: contain; /* ทำให้ภาพไม่ถูกตัด */
    }
.price-btn{
    padding: 5px 40px;
    background-color: #f8f9fa;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 1s, border-color 1s;
    border-color: #c3ab47;
    margin-bottom: auto;
    margin: 1rem;
    font-family: 'kanit',sans-serif;
}
.data-info1 h2{
    background-color: white;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 401;
    margin-top: 20%;
}
.News {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: px;
    max-width: auto;
    margin: 25px;
    margin-bottom: 30px;
}
.News1-section {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.News1-method img {
    width: 50px;
    border-radius: 5px;
}
.News1-method p {
    margin: 4px;
    margin-left: 70px;
    margin-top: -55px;
    font-family: 'kanit',sans-serif;
    font-weight: 454;
}
.News1-method p-1 {
    margin-left: 75px;
    font-family: 'kanit',sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.News2-section {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.News2-method img {
    width: 50px;
    border-radius: 5px;
}
.News2-method p {
    margin: 4px;
    margin-left: 70px;
    margin-top: -55px;
    font-family: 'kanit',sans-serif;
    font-weight: 454;
}
.News2-method p-1 {
    margin-left: 75px;
    font-family: 'kanit',sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.News3-section {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.News3-method img {
    width: 50px;
    border-radius: 5px;
}
.News3-method p {
    margin: 4px;
    margin-left: 70px;
    margin-top: -55px;
    font-family: 'kanit',sans-serif;
    font-weight: 454;
}
.News3-method p-1 {
    margin-left: 75px;
    font-family: 'kanit',sans-serif;
    font-size: 15px;
    font-weight: 300;
}