header {
    background-color: #fff;
}
#wrap_D header {
    background-color: #feedb5;
}
.section1 {
    background-color: #feedb5;
    height: 330px;
    padding: 30px 0;
}
.section1 .text_wrap{
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto ;
}
.section1 pre {
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
   
}

.section2, .section2_2 {
    margin: 30px auto;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.section2_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh; 
}
.section2_3 {
    margin: -120px auto 30px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.section2_2 .btn_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.section2 .btn_wrap, .section2_3 .btn_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
}

.btn_wrap div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    font-weight: 800;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 8px;
    gap: 15px;
}
.btn_wrap div a{
    padding: 10px;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    font-weight: 600;
}
.btn_wrap div img{
    width: auto;
    height: 40%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1200px) {
    header {
        background-color: #fff !important;
    }
    #wrap_D header {
        background-color: #feedb5 !important;
    }
    .section1 .text_wrap{
        max-width: 100%;
        width: 90%;
    }

}

@media screen and (max-width: 767px) {
    header {
        background-color: #fff !important;
    }
    #wrap_D header {
        background-color: #feedb5 !important;
    }
    .section1 {
        height: 400px;
        padding: 15px 0;
    }
    .section1 .text_wrap{
        max-width: 100%;
        width: 90%;
    }
    .section1 pre {
        font-size: 16px;
    }
    
    .section2, .section2_2 {
        margin: 15px auto;
        padding: 20px;
    }
    .section2_3 {
        margin: -100px auto 30px;
    }
    .section2_2 .btn_wrap {
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .section2 .btn_wrap, .section2_3 .btn_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    
    .btn_wrap div{
        font-size: 16px;
        line-height: 1.3;
        border-radius: 15px;
        width: 100%;
        gap: 15px;
        height: 200px;
    }
    .btn_wrap div a{
        padding: 10px;
        font-size: 16px;
        border: 1px solid #e7e7e7;
    }
    .btn_wrap div img{
        height: 30%;
    }
}