.sub-banner {
    position: relative;
    text-align: center;
}

.sub-banner .sub_banner {
    width: 100%;
    height: auto;
}

.sub_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    text-align: left;
}
.content1 {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto ;
}
.content1 .con{
    font-size: 18px;
    line-height: 1.3;
}
.content1 .bold, .content1 .con .point2{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #31852a;
    margin: 30px 0;
}
.btn_wrap1 {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 100px 0;
}
.btn_wrap1{
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 100px 0;
}
.btn_wrap3{
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 100px 0;
}
.btn_wrap1 a{
    background-color: #107208;
    padding: 25px;
    width: 50%;
    display: flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap1 a span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
}
.btn_wrap3 a span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
}
.btn_wrap1 a img, .btn_wrap2 a img, .btn_wrap3 a img{
    width: 5%;
}
.btn_wrap2 {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 100px 0;
    gap: 20px;
}
.btn_wrap2 a:nth-child(1){
    background-color: #c1ab0c;
    padding: 25px;
    width: 50%;
    display: flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap3 a:nth-child(1){
    background-color: #c1ab0c;
    padding: 25px;
    width: 50%;
    display: flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap2 a:nth-child(2){
    background-color: #107208;
    padding: 25px;
    width: 50%;
    display: flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap2 a span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.btn_wrap2 a img{
    width: 5%;
}
.btn_wrap2 .back img{
    margin-right: 5px;
}
.btn_wrap2 .next img{
    margin-left: 5px;
}
.sub-banner .sub_banner_mo {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .sub_title {
        width: 90%;
        max-width: 100%;
    }
    .content1 {
        max-width: 100%;
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .sub-banner .sub_banner {
        display: none;
    }
    .sub-banner .sub_banner_mo {
        width: 100%;
        height: auto;
        display: block;
    }
    .sub_title {
        font-size: 20px;
        width: 90%;
        max-width: 100%;
    }
    .content1 {
        max-width: 100%;
        width: 90%;
        margin: 30px auto;
    }
    .content1 .bold, .content1 .con .point2 {
        font-size: 18px;
        margin: 20px 0;
    }
    .btn_wrap1 {
        margin: 50px 0;
    }
    .btn_wrap1 a {
        padding: 10px;
        width: 50%;
        justify-content: center;
        align-items: center;

    }
    .btn_wrap1 a span {
        font-size: 16px;
        margin-right: 5px;
        line-height: 1.3;
        text-align: center;
    }
    .btn_wrap1 a img, .btn_wrap2 a img, .btn_wrap3 a img {
        width: 15%;
    }
    .btn_wrap2 a span {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    .btn_wrap2 a:nth-child(1){
        padding: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .btn_wrap3 a:nth-child(1){
        padding: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .btn_wrap2 a:nth-child(2){
        padding: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .btn_wrap3 a span {
        font-size: 16px;
        line-height: 1.3;
    }
    .btn_wrap2 {
        text-align: right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin: 50px 0;
        gap: 15px;
    }
    .btn_wrap3 {
        text-align: right;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 50px 0;
    }
 }
