.home-hero-section {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    height: 35vh;
    color: #3b342a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-hero-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
}
.home-hero-content p {
    font-family: 'Kanit',sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color:#635532;
}
.cover-image1 {
        width: 100%;
        height: auto; /* กำหนดความสูงสูงสุด */
        object-fit: contain; /* ทำให้ภาพไม่ถูกตัด */
    }
.divider-2 {
    margin: 1px;
    border: 1;
    border-top: 1px solid #ddd;
    margin-left: 210px;
    margin-right: 210px;
}
.story-1 {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    color: #3b342a;
    display: contents;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.story-1 {
    font-size: 20px;
    margin-bottom: 17px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
.story-1 p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
    color:#635532;
    font-family: 'kanit',sans-serif;
    font-weight: 400;
}
.homepic1 {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
        height: 450px; /* กำหนดความสูงสูงสุด */
        object-fit: contain; /* ทำให้ภาพไม่ถูกตัด */
    }
.story-2 {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    color: #3b342a;
    display: contents;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.story-2 {
    font-size: 20px;
    margin-bottom: 17px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
.story-2 p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
    color:#635532;
    font-family: 'kanit',sans-serif;
    font-weight: 400;
}
.story-3 {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    color: #3b342a;
    display: contents;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.story-3 {
    font-size: 20px;
    margin-bottom: 17px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
.story-3 p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
    color:#635532;
    font-family: 'kanit',sans-serif;
    font-weight: 400;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #1d1d1f;
}



/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .divider-2 {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .divider-2 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .home-hero-content h1 {
        font-size: 30px;
    }

    .home-hero-content p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .home-hero-section {
        height: auto;
        padding: 10px;
    }
    .home-hero-content h1 {
        font-size: 20px;
    }

    .home-hero-content p {
        font-size: 14px;
    }

    .story-1, .story-2, .story-3 {
        font-size: 14px;
    }

    .story-1 p, .story-2 p, .story-3 p {
        font-size: 14px;
    }
    .homepic1 {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .home-hero-content h1 {
        font-size: 22px;
    }

    .home-hero-content p {
        font-size: 14px;
    }

    .divider-2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .story-1 h1, .story-2 h1, .story-3 h1 {
        font-size: 20px;
    }

    .story-1 p, .story-2 p, .story-3 p {
        font-size: 12px;
    }
}
