.section1 {
    background: #f1f5fe;
}
.section1 .contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 19rem;
}

.section1 .contents .left h1{
    font-size: 30px;
    color: #3051c2;
    margin-bottom: 15px;
    font-family: "esamanruMedium" !important;

}
.section1 .contents .left pre{
    font-size: 18px;
    line-height: 1.5;
}
.section1 .contents img{
    width: 35%;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.section2 .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.section2 a {
    display: inline-block;
    position: relative;
    width: calc(33% - 16px);

}

.section2 img {
    display: block;
    width: 100%;
}

.section2 span {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px;
    font-size: 20px;
    font-family: "esamanruMedium" !important;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    gap: 30px;
}
.section3 a {
    padding: 30px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.section3 a .left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section3 a:nth-child(1) {
    background-color: #2e50c2;
}
.section3 a:nth-child(2) {
    background-color: #163353;
}
.section3 a h2 {
    font-size: 20px;
    color: #fff;
    font-family: "esamanruMedium" !important;
}
.section3 a span {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section3 a span img{
    width: 8%;
}
.section3 a .icon{
    width: 15%;
}
.mo_img {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .section1 .contents {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        flex-direction: column-reverse;
        text-align: center;
        gap: 0;
    }
    .section1 .contents img {
        width: 55%;
        margin-bottom: 30px;
    }
    .section1 .contents .left h1 {
        font-size: 25px;
        color: #3051c2;
        margin-bottom: 10px;
    }
    .section1 .contents .left pre {
        font-size: 15px;
        line-height: 1.5;
    }
    .pc_img {
        display: none !important;
    }
    .mo_img {
        display: block !important;
        width: 100%;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    .section2 .btn_wrap {
        gap: 20px;
    }
    .section2 a {
        width: 100%;
    }
    .section2 span {
        top: 50%;
        bottom: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
        gap: 15px;
    }
    .section3 a {
        padding: 15px;
        border-radius: 5px;
        flex-direction: column-reverse;
    }
    .section3 a span{
        display: none;
    } 
    .section3 a h2 {
        font-size: 16px;
    }
    .section3 a .icon {
        width: 25%;
        margin-bottom: 10px;
    }
}