.section1 {
    background-color: #f2f9f4;
    padding: 60px 0;
    text-align: center;
}
.section1 img{
    width: 23%;
    margin-bottom: 30px;
}
.section1 pre{
    font-size: 23px;
    font-weight: 800;
    line-height: 1.5;
    font-family: 'SpoqaHanSansNeo-Bold' !important;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
.section2 .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.section2 .btn_wrap h2{
    display: flex;
    padding: 20px ;
    background-color: #79c23b;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -25px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'paybooc-Bold' !important;
}
.section2 .btn_wrap h2 img{
    width: 3% !important;
}
.section2 .btn_wrap a{
    width: calc(50% - 15px);
}
.section2 .btn_wrap a img{
    width: 100%;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}
.section3 h1{
    font-size: 23px;
    font-weight: 800;
    line-height: 1.5;
    font-family: 'SpoqaHanSansNeo-Bold' !important;
}
.section3 .btn_wrap{
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.section3 .btn_wrap .btn{
    border: 1px solid #c6c6c6;
    padding: 40px 30px;
    width: 50%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3 .btn_wrap .btn h2{
    font-family: 'paybooc-ExtraBold' !important;
    font-size: 20px;
    margin: 30px 0 25px;
}
.section3 .btn_wrap .btn a {
    font-family: 'paybooc-Bold' !important;
    font-size: 20px;
    color: #fff;
    background-color: #e7503d;
    display: flex;
    padding: 25px 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    width: 100%;
}
.section3 .btn_wrap a img{
    width: 3% !important;
    height: unset !important;
}
.section3 .btn_wrap .btn img{
    width: auto;
    height: 60%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section2 {
        width: 90%;
    }
    .section3 {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .section1 {
        padding: 50px 0;
    }
    .section1 pre {
        font-size: 20px;
    }
    .section1 img {
        width: 55%;
        margin-bottom: 30px;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
    }
    .section2 .btn_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .section2 .btn_wrap a {
        width: calc(50% - 5px);
    }
    .section2 .btn_wrap h2 {
        display: flex;
        padding: 15px 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-top: -20px;
        font-size: 14px;
    }
    .section2 .btn_wrap h2 img {
        width: 5% !important;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
        text-align: center;
    }
    .section3 h1 {
        font-size: 20px;
    }
    .section3 .btn_wrap {
        gap: 10px;
        margin-top: 40px;
        flex-direction: column;
    }
    .section3 .btn_wrap .btn {
        padding: 25px 20px;
        border-radius: 20px;
        width: 100%;
    }
    .section3 .btn_wrap .btn h2 {
        font-size: 16px;
        margin: 25px 0 20px;
    }
    .section3 .btn_wrap .btn img {
        width: 40%;
    }
    .section3 .btn_wrap .btn a {
        font-size: 16px;
        padding: 20px 15px;
        border-radius: 15px;
        width: 100%;
    }
    .section3 .btn_wrap a img {
        width: 6% !important;
    }
}