
main{
    padding: 0 0 40px;
}
.section1 {
    background-color: #efffed;
    text-align: center;
    padding: 40px 0;
}
.section1 img {
    width: 15%;
    margin-bottom: 40px;
}
.section1 .p1 {
    font-size: 23px;
    font-family: 'JalnanGothic' !important;
    color: #334939;
}
.section1 .p1 span {
    font-size: 23px;
    font-family: 'JalnanGothic' !important;
    color: #0d7005;
}
.section1 .p2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}
.section2 .btn_wrap{
    display: flex;
    width: 100%;
    gap: 20px;
}
.section2 .btn_wrap a{
    display: flex;
    flex-direction: column;
    width: 25%;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #3b5141;
}
.section2 .btn_wrap a img{
    width: auto;
    height: 50%;
    margin-bottom: 20px;
}
.section3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; 
}

.section3_1 {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    align-items: stretch;
}

.section3_1 .left {
    width: 50%;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
}
.section3_1 .left h2 {
    font-size: 23px;
    font-family: 'JalnanGothic' !important;
    color: #046b00;
    margin-bottom: 20px;
}
.section3_1 .left pre {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.section3_1 .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn1, .btn2 {
    position: relative; 
    display: inline-block; 
    
}

.text-overlay1, .text-overlay2 {
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;
    font-weight: bold; 
    text-align: center; 
    z-index: 1; 
    font-size: 22px;
}

.btn_img1, .btn_img2 {
    width: 100%; 
    height: auto; 
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section2 {
        width: 90%;
        max-width: 100%;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .section1 {
        background-color: #efffed;
        text-align: center;
        padding: 40px 5px;
    }
    .section1 img {
        width: 40%;
    }
    .section1 .p1 {
        font-size: 20px;
    }
    .section1 .p1 span {
        font-size: 20px;
        line-height: 1.5;
    }
    .section1 .p2 {
        font-size: 16px;
    }
    .section2 {
        width:90%;
        max-width: 100%;
        margin: 50px auto;
    }
    .section2 .btn_wrap {
        display: flex;
        width: 100%;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .section2 .btn_wrap a {
        flex: 1 1 calc(50% - 15px);
        border: 1px solid #ddd;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        padding: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 800;
        color: #3b5141;
    }
    .section2 .btn_wrap a img {
        height: 30%;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .section3_1 {
        display: flex;
        gap: 20px;
        margin-bottom: 50px;
        align-items: stretch;
        flex-direction: column;
    }
    .section3_1 .left {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 30px;
        text-align: center;
    }
    .section3_1 .left h2 {
        font-size: 20px;
    }
    .section3_1 .left pre {
        font-size: 18px;
    }
    .section3_1 .right {
        width: 100%;
        gap: 15px;
    }
    .text-overlay1, .text-overlay2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-weight: bold;
        text-align: center;
        z-index: 1;
        font-size: 18px;
        line-height: 1.3;
    }
}