.section1 {
    background-color:#115de6;
    padding:50px 0 50px;
}
.section1 .top{
    display: flex;
    background-color:#115de6;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.section1 .top .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.section1 .top .right{
    width: 50%;
}
.section1 .top .right img{
    width: 80%;
}
.section1 .top .left span{
    color: #00d0af;
    margin-left: 130px;
}
.section1 .top .left .p1{
    background-color: #00d0af;
    display: inline;
    padding: 20px 30px;
    text-align: center;
    font-size: 22px;
    color: #115de6;
    font-family: 'GmarketSansMedium' !important;
    margin-top: 15px;
  
}
.section1 .top .left .p2{
    font-size: 18px;
    color: #fff;
    font-family: 'GmarketSansLight' !important;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}
.wh {
    width: 600px;
    height: 50px;
    background-color: #fff;
    margin:-20px auto;
}
.section2 {
    display: flex;
    width: 1200px;
    margin: 60px auto; 
    gap: 20px;
}
.section2 .left {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 55%;
    text-align: center;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.section2 .left img{
    width: 20%;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 50%;
}
.section2 .left span{
    font-size: 18px;
    font-weight: 900;
    color: #111d42;
}
.section2 .left pre{
    font-size: 16px;
    line-height: 1.3;
}
.section2 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
}
.section2 .right_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section2 .right_left .icon{
    width: 25px;
}
.section2 .right a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cfcfcf;
    padding: 20px;
    background-color: #fbfbfb;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.section2 .right a .right_left {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #bababa;
}

.section2 .right a:hover .right_left {
    color: #0051e4;
    font-size: 16px;
    font-weight: 800;
}
.section4 .right a:hover .right_left {
    color: #0051e4;
    font-size: 16px;
    font-weight: 800;
}


.section3 {
    margin: 60px auto; 
    text-align: center;
    background-color:#f7f8fc ;
    border-top: 4px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
}
.section3 .top{
    padding: 80px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.section3 .box{
    margin: 0 auto 60px; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
     gap: 10px;
    
}
.section3 .box .icon{
    width:auto;
    height: 65px;
    margin-bottom: 15px;
}
.section3 .box a{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    height: 250px;
    width: 250px;
    font-size: 18px;
    line-height: 1.3;
    font-weight:600;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.section3 h3 {
    color: #111d42;
    font-size: 20px;
    font-weight: 800;
}
.section3 pre {
    font-size: 16px ;
    line-height: 1.3;
}
.section4 {
    display: flex;
    width: 1200px;
    margin: 60px auto; 
    gap: 20px;
}
.section4 .left {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 55%;
    align-items: flex-start;
}

.section4 .left span{
    font-size: 20px;
    font-weight: 900;
    color: #111d42;
}
.section4 .left pre{
    font-size: 16px;
    line-height: 1.3;
}
.section4 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 45%;
}
.section4 .right_left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #bababa;
}
.section4 .right_left .icon{
    width: 25px;
}
.section4 .right a{
    display: flex;
    background-color: #f5f6fa;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.section2_mo {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section1 {
        padding: 20px;
    }
    .section1 .top {
        width: 100%;
        gap: 40px;
        margin-top: 52px;
    }
    .section1 .top .left span {
        color: #00d0af;
        margin-left: 40px;
    }
    .section1 .top .left .p1 {
        display: inline;
        padding: 18px;
        font-size:18px;
    }
    .section1 .top .left .p2 {
        font-size: 15px;
    }
    .section1 .top .right img {
        width: 100%;
    }
    .wh {
        display: none;
    }
    .section2_mo {
        width: 90%;
        margin: 40px auto;
        gap: 10px;
        display: flex;
    }
    .section2 {
        display: none;
    }
    .section2_mo .left {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 55%;
        text-align: center;
        align-items: center;
        border: 1px solid #cfcfcf;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section2_mo .left img{
        width: 20%;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-radius: 50%;
    }
    .section2_mo .left span{
        font-size: 18px;
        font-weight: 900;
        color: #111d42;
    }
    .section2_mo .left pre{
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    .section2_mo .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 45%;
        gap: 15px;
    }
    .section2_mo .right_left {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .section2_mo .right_left .icon{
        width: 25px;
    }
    .section2_mo .right a{
        height: 33.3333%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #cfcfcf;
        padding: 20px;
        background-color: #fbfbfb;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section2_mo .right a .right_left {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #bababa;
        line-height: 1.3;
    }
    
    .section2_mo .right a:hover .right_left {
        color: #0051e4;
        font-size: 16px;
        font-weight: 800;
    }
    .section2_mo .left{
        text-align: left;
        width: 50%;
    }
    .section2_mo .left img {
        width: 55%;
    }
    .section2_mo .left span {
        font-size: 16px;
       
    }
    .section2_mo .right {
        width: 50%;
    }
    .section2_mo .right a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #cfcfcf;
        padding: 10px;
        background-color: #fbfbfb;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section3 .top {
        padding: 60px 20px;
        margin: 0 auto;
        gap: 40px;
    }
    .section3 h3 {
        font-size: 18px;
    }
    .section3 .box {
        margin: 0  auto 30px;
        flex-wrap: wrap;
        width: 90%;
    }
    .section3 .box a {
        height: 150px;
        width: calc(50% - 10px);
        font-size: 16px;
    }
    .section3 .box .icon {
        width: auto;
        height: 35px;
    }
    .section4 {
        display: flex;
        margin: 30px auto;
        gap: unset;
        width: 90%;
        gap: 10px;
        display: flex;
    }
    .section4 .left span {
        font-size: 18px;
    }
    .section4 .left {
        padding: 0;
        width: 50%;
    }
    .section4 .right {
        width: 50%;
    }
    .arrow {
        width: 10%;
    }
    .section4 .right a {
        display: flex;
        background-color: #f5f6fa;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-radius: 10px;
        height: 33.3333%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section4 .right_left {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 52px;
    }
    .section1 {
        padding: 20px;
    }
    .section1 .top {
        width: 100%;
        gap: 40px;
        margin-top: 52px;
    }
    .section1 .top .left span {
        color: #00d0af;
        margin-left: 38px;
    }
    .section1 .top .left .p1 {
        display: inline;
        padding: 18px;
        font-size:18px;
    }
    .section1 .top .left .p2 {
        font-size: 15px;
    }
    .section1 .top .right img {
        width: 100%;
    }
    .wh {
        display: none;
    }
    .section2_mo {
        width: 90%;
        margin: 40px auto;
        gap: 10px;
        display: flex;
    }
    .section2 {
        display: none;
    }
    .section2_mo .left {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 55%;
        text-align: center;
        align-items: center;
        border: 1px solid #cfcfcf;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section2_mo .left img{
        width: 20%;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-radius: 50%;
    }
    .section2_mo .left span{
        font-size: 18px;
        font-weight: 900;
        color: #111d42;
    }
    .section2_mo .left pre{
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    .section2_mo .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 45%;
        gap: 15px;
    }
    .section2_mo .right_left {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .section2_mo .right_left .icon{
        width: 25px;
    }
    .section2_mo .right a{
        height: 33.3333%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #cfcfcf;
        padding: 20px;
        background-color: #fbfbfb;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section2_mo .right a .right_left {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #bababa;
        line-height: 1.3;
    }
    
    .section2_mo .right a:hover .right_left {
        color: #0051e4;
        font-size: 16px;
        font-weight: 800;
    }
    .section2_mo .left{
        text-align: left;
        width: 50%;
    }
    .section2_mo .left img {
        width: 55%;
    }
    .section2_mo .left span {
        font-size: 16px;
       
    }
    .section2_mo .right {
        width: 50%;
    }
    .section2_mo .right a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #cfcfcf;
        padding: 10px;
        background-color: #fbfbfb;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section3 .top {
        padding: 60px 20px;
        margin: 0 auto;
        gap: 40px;
    }
    .section3 h3 {
        font-size: 18px;
    }
    .section3 .box {
        margin: 0  auto 30px;
        flex-wrap: wrap;
        width: 90%;
    }
    .section3 .box a {
        height: 150px;
        width: calc(50% - 10px);
        font-size: 16px;
    }
    .section3 .box .icon {
        width: auto;
        height: 35px;
    }
    .section4 {
        display: flex;
        margin: 30px auto;
        gap: unset;
        width: 90%;
        gap: 10px;
        display: flex;
    }
    .section4 .left span {
        font-size: 18px;
    }
    .section4 .left {
        padding: 0;
        width: 50%;
    }
    .section4 .right {
        width: 50%;
    }
    .arrow {
        width: 15%;
    }
    .section4 .right a {
        display: flex;
        background-color: #f5f6fa;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-radius: 10px;
        height: 33.3333%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .section4 .right_left {
        font-size: 16px;
        line-height: 1.3;
    }
 }
 