.section1 {
    position: relative;
    text-align: center;
}

.section1 img {
    width: 100%;
    height: auto;
}

.text-overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}
.text-overlay span{
    font-size: 24px;
    font-weight: 600;
    color: #90be20;
    margin-bottom: 20px;
    display: block;
}
.text-overlay pre{
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}
.btn_wrap {
    width: 100%;
    max-width: 1200px;
    margin: -90px auto 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.btn_wrap a{
    width: 33%;
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #4b4b4b;
}
.btn_wrap a img{
    width: auto;
    height: 50%;
    margin-bottom: 15px;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    gap: 30px;
}
.section2 .left, .section2 .right  {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section2 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section2 .top h2{
    font-size: 22px;
    font-weight: 600;
}
.section2 .top .title1{
    color: #90be20;
}
.section2 .top .title2{
    color:#004944;
}
.section2 .top a{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #b4b4b4;
}
.section2 .top a img{
    width: 18%;
}
.section2 ul {
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
 }
.section2 ul a{
   padding: 20px 50px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 22px;
   font-weight: 600;
   color: #4b4b4b;
   border-bottom: 1px solid #ddd;
}
.section2 .left ul a img{
    width: 10%;
    height: auto;
 }
 .section2 .right ul a img{
    width: 10.4%;
    height: auto;
 }
.section1 .banner_mo {
    display: none;
}
 @media (min-width: 768px) and (max-width: 1200px) {

    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
        gap: 40px;
    }
    .btn_wrap {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 0;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        z-index: 1;
        position: relative;
    }
}
 @media screen and (max-width: 767px) {

    .section1 .banner_mo {
        display: block;
    }
    .text-overlay span {
        font-size: 18px;
    }
    .text-overlay pre {
        font-size: 16px;
    }
    .section1 .banner {
        display: none;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
        gap: 40px;
        flex-direction: column;
    }
    .section2 .left, .section2 .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section2 ul a {
        padding: 15px 30px;
        font-size: 19px;
    }
    .section2 .top a {
        font-size: 17px;
    }
    .section2 .left ul a img {
        width: 15%;
    }
    .section2 .right ul a img {
        width: 15%;
    }
    .btn_wrap {
        width: 90%;
        max-width: 100%;
        margin: -50px auto 0;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        z-index: 1;
        position: relative;
    }
    .btn_wrap a img {
        width: auto;
        height: 30%;
        margin-bottom: 10px;
    }
    .btn_wrap a {
        width: 33.3333%;
        height: 125px;
        border-radius: 10px;
        padding: 15px;
        font-size: 18px;
    }
}