@media (max-width: 1024px){
    .content-wrap{
        padding-bottom: 20px;
    }
    .content-wrap .title{
        margin: 20px 28px 12px 28px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
    }
    .content-wrap .content h6{
        padding: 15px 0;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 12px;
        color: #142E79;
        line-height: 16px;
        text-align: center;
    }
    .content-wrap .content{
        display: flex;
        justify-content: space-between;
    }
    .content-wrap .content img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .content-wrap .content>div{
        margin: 0;
    }
    .content-wrap .content .box3{
        width: 38.66%;
    }
    .content-wrap .content .box4{
        width: 60.48%;
    } 
    .content-wrap .content .box{
        width: 49.33%;
    }
}
@media (min-width: 1025px){
    .content-wrap{
        padding-bottom: 40px;
        max-width: 1440px;
    }
    .content-wrap .title{
        margin: 96px 0 59px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
    }
    .content-wrap .content img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .content-wrap .content{
        display: flex;
        justify-content: center;
        gap: 18px;
    }
    .content-wrap .content h6{
        padding: 22px 0;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 36px;
        color: #142E79;
        line-height: 40px;
        text-align: center;
    }
    .content-wrap .content>div{
        margin: 0;
    }
    .content-wrap .content .box3{
        width: 23.68%;
    }
    .content-wrap .content .box4{
        width: 31.18%;
    } 
    .content-wrap .content .box5{
        width: 20.9%;
    } 
    .content-wrap .content .box6{
        width: 20.2%;
    } 
    .content-wrap .content .box7{
        width: 35.69%;
    }
    .content-wrap .content .box8{
        width: 34.86%;
    } 
    .content-wrap .content .box9{
        width: 26.81%;
    }
    .content-wrap .content .box10{
        width: 49.65%;
    }
    .content-wrap .content .box11{
        width: 48.54%;
    } 
    .content-wrap .content .box13{
        width: 28.61%;
    }
    .content-wrap .content .box14{
        width: 32.01%;
    }
    .content-wrap .content .box16{
        width: 23.598%;
    }
    .content-wrap .content .box17{
        width: 23.598%;
    } 
    .content-wrap .content .box18{
        width: 24.567%;
    }
    .content-wrap .content .box19{
        width: 23.875%;
    }  
}
