#wrap .section1 .back {
    display: block;
    width: 100%;
    height: auto;
}

.section1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.section1_mo {
    display: none;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    padding: 2rem 0;
    width: 60%;
}
.overlay-text img{
   width: 80%;
}

.overlay-text h1 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
}

.overlay-text h1 .bold1 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #fff;
}

.overlay-text h1 .bold2 {
    font-size: 38px;
    color: #004cb0;
    font-weight: 800;
}

.overlay-text p {
    font-size: 16px;
}

.section2 {
    text-align: center;
}
.section2_mo {
    display: none;
}

.section2 img {
    width: 60%;
}

.section3 {
    width: 70%; 
    margin: 0 auto; 
    display: flex;
    justify-content: space-around;
    padding: 20px 0 80px;
}
.section3_mo {
    display: none;
}

.section3 a {
    display: block;
    width: 23%; 
    padding: 20px 20px 40px 20px;
    text-align: left; 
    color: white;
    text-decoration: none;
    position: relative;
    gap: 10px;

}
.section3 .btn1 {
    background-color: #63c4e8;
    border-radius: 1rem;
}

.section3 .btn1 .btn1-icon {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 40px; 
    height: auto;
}

.section3 .btn2 {
    background-color: #ae88ed;
    border-radius: 1rem;
}

.section3 .btn2 .btn2-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px; 
    height: auto;
}

.section3 .btn3 {
    background-color: #0a66ff;
    border-radius: 1rem;
}

.section3 .btn3 .btn3-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px; 
    height: auto;
}
.section3 .btn4 {
    background-color: #55bafe;
    border-radius: 1rem;
}

.section3 .btn4 .btn4-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 35px; 
    height: auto;
}

.section3 h3 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 800;
}
.section3 .btn1 h3 {
    color: #003d4d;
}
.section3 .btn2 h3 {
    color: #260b60;
}
.section3 .btn3 h3 {
    color: #072f68;
}
.section3 .btn4 h4 {
    color: #0966a2;
}

.section3 p {
    margin: 0.5rem 0;
    color: #fff;
    line-height: 1.3;
}
.section3 .p1 {
}
.section3 .p2 {
    font-weight: 300;
}
@media screen and (max-width: 1020px) {
    .section1 {
        display: none;
    }
    .section1_mo {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #wrap .section1_mo .back {
        display: block;
        width: 100%;
        height: 350px;
    }
    .overlay-text {
        top:50%;
        left: 50%; 
        text-align: left;
        color: white;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        white-space: nowrap;
        padding: 20px 0 20px 20px;
        width: 100%;
    }
    .overlay-text h1 {
        font-size: 18px;
        color: #013b73;
        font-weight: 800;
    }
    .overlay-text h1 .bold1 {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
    }
    .overlay-text .main_img {
        text-align: right;
    }
    .overlay-text img {
        width: 320px;
    }
    .section2 {
        display: none;
    }
    .section2_mo {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    
    .section2_mo .btn1, .btn3, .btn4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px;
        text-decoration: none;
        background-color: #f0f0f0;
        border-radius: 10px;
        border: 1px solid #c5cdd8;
        font-size: 16px;
        font-weight: 700;
        color: #525456;
        line-height: 1.3;
    }
    .section2_mo .arrow {
        width: 15px;
    }
    
    .full-width {
        width: 100%;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: stretch;
    }
    
    .btn2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        text-align: left;
        padding: 10px;
        text-decoration: none;
        background-color: #f0f0f0;
        border-radius: 10px;
        border: 1px solid #c5cdd8;
        font-size: 16px;
        font-weight: 700;
        color: #525456;
        line-height: 1.3;
    }
    
    .btn2 span {
        margin-top: 5px;
        font-size: 16px;
        background-color: #57595b;
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff;
        font-weight: 700;
    }
    
    .btn2-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .btn2 img.arrow {
        width: 15px;
        vertical-align: middle;
        margin-left: 5px;
    }

    
    .right-side {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .right-side a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        background-color: #f0f0f0;
        padding: 15px;
        border-radius: 10px;
    }
    
    .right-side a img.arrow {
        width: 15px;
        vertical-align: middle;
        margin-left: 5px;
    }
    
    .section3 {
        display: none;
    }
    .section3_mo {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px; 
        width: 100%;
        padding: 5px 20px 40px;
    }
    
    .section3_mo a {
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .section3_mo img {
        max-width: 100%;
        height: auto; 
        display: block; 
    }
    
}
