@media (max-width: 1024px){
    .profile{
        padding: 16px 30px 40px;
        background-color: #ECEFF6;
    }
    .profile .h4{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
        line-height: 40px;
    }
    .profile .content-wrap{        
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 8px;
    }
    .profile .content-wrap .img{
        width: 100%;
        height: 100%;
        min-width: 320px;
        min-height: 220px;
    }
    .profile .content-wrap .content{
        background-color: #fff;
        padding: 20px 20px 4px;
    }
    .profile .content-wrap .content .title{
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 22px;
        color: #142E79;
        line-height: 26px;
        margin: 0;
    }
    .profile .content-wrap .content .content-text{
        display: none;
    }
    .profile .content-wrap .content .arrow{
        width: 48px;
        height: 48px;
        cursor: pointer;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .profile .content-wrap .content .icon-rotate{
        transform: rotate(180deg);
    }
    .profile .content-wrap .content .mobile-text{
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 12px;
        color: #4B5563;
        line-height: 18px;
    }

    .card-wrap{
        background-color: #fff;
        padding: 14px 35px;
    }
    .card-wrap .card-box{
        margin-bottom: 20px;
    }
    .card-wrap .card-box .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
        line-height: 40px;
    }
    .card-wrap .card-box .card-list{
        margin-top: 14px;
        
    }
    .card-wrap .card-box .card-list .item{
        width: 100%;
        height: 64px;
        padding: 15px 0;
        display: flex;
        text-align: center;
        margin: 0;
    }
    .card-wrap .card-box .card-list .item img{
        width: 36px;
        height: 36px;
    }
    .card-wrap .card-box .card-list .item .text{
        padding-left: 42px;
        width: 100%;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: rgba(15,34,92,0.5);
        line-height: 22px;
        text-align: left;
    }

    .market-wrap{     
        padding: 0 35px;   
        margin-bottom: 40px;
    }
    .market-wrap .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
        line-height: 40px;
    }
    .market-wrap .content-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 97px;
    }
    .market-wrap .content-wrap .left,.market-wrap .content-wrap .right {
        width: 100%;
        margin: 0;
    }
    .market-wrap .content-wrap .left img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .market-wrap .content-wrap .right img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .market-wrap .content-wrap .text{
        margin-top: 20px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: rgba(15,34,92,0.5);
        line-height: 24px;
        text-align: center;
    }

    .customer-wrap .title{
        padding-left: 35px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
        line-height: 40px;
    }
    .customer-wrap img{
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 10px;
    }
}
@media (min-width: 1025px){
    
    .profile{
        padding: 120px 176px;
        background-color: #ECEFF6;
    }
    .profile .h4{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
        line-height: 40px;
    }
    .profile .content-wrap{        
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 98px;
    }
    .profile .content-wrap .img{
        max-width: 813px;
        height: auto;
        width: 40%;
    }
    .profile .content-wrap .content{
        background-color: #fff;
        padding: 42px 86px 38px 51px;
        flex: 1;
    }
    .profile .content-wrap .content .title{
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 36px;
        color: #142E79;
        line-height: 40px;
        margin: 0;
    }
    .profile .content-wrap .content .mobile-text,.profile .content-wrap .content .icon{
        display: none;
    }
    .profile .content-wrap .content .content-text{
        margin-top: 30px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #4B5563;
        line-height: 1.8;
        text-align: left;
    }


    .card-wrap{
        background-color: #fff;
        padding: 90px 176px 12px;
    }
    .card-wrap .card-box{
        padding-bottom: 68px;
        margin-bottom: 72px;
        position: relative;
    }
    .card-wrap .card-box::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #D8D8D8;
        bottom: 0;
    }
    .card-wrap .card-box .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
        line-height: 40px;
    }
    .card-wrap .card-box .card-list{
        display: flex;
        flex-wrap: wrap;
        gap: 64px;
        margin-top: 68px;
    }
    .card-wrap .card-box .card-list .item{ 
        flex: 1;
        height: 300px;
        padding-top: 63px;
        border-radius: 12px;
        text-align: center;
        color: #57658D;
        margin: 0;
        box-sizing: border-box;
        max-width: 480px;
        min-width: 300px;
    }
    .card-wrap .card-box .card-list .item:hover{
        background-color: #142E79;
        color: #FFFFFF;
    }
    .card-wrap .card-box .card-list .item img{
        width: 95px;
        height: 95px;
        margin-bottom: 46px;
    }
    .card-wrap .card-box .card-list .item .text{
        width: 283px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        margin: auto;
    }

    .market-wrap{        
        margin-bottom: 163px;
    }
    .market-wrap .title{
        padding-left: 176px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
    }
    .market-wrap .content-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 97px;
    }
    .market-wrap .content-wrap .left,.market-wrap .content-wrap .right {
        margin: 0;
    }
    .market-wrap .content-wrap .left img{
        width: 734px;
        height: 398px;
    }
    .market-wrap .content-wrap .right img{
        width: 766px;
        height: 400px;
    }
    .market-wrap .content-wrap .text{
        margin-top: 34px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 36px;
        color: rgba(15,34,92,0.5);
        line-height: 48px;
        text-align: center;
    }

    .customer-wrap{
        padding: 0 176px 79px;
    }

    .customer-wrap .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
    }
    .customer-wrap img{
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 50px;
    }
}