.golden-vines-container {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ffe4b5;
}

.banner-image {
    width: 100%;
    max-width: 900px; /* คุณสามารถปรับขนาดความกว้าง (max-width) ให้เข้ากับโครงสร้างหน้าเว็บได้ */
    height: auto;
    display: inline-block;
}
/* สไตล์เพิ่มเติมสำหรับส่วนเนื้อหาหลักสูตร */
.course-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #ffcc80;
}

.course-detail-table th {
    background-color: #fff3e0;
    color: #d85a00;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #ffcc80;
    width: 30%;
}

.course-detail-table td {
    padding: 12px;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.course-highlight {
    color: #ff6600;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
    border-left: 5px solid #ff6600;
    padding-left: 10px;
}

.course-image-container {
    text-align: center;
    margin: 20px 0;
}

.course-image-container img {
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}