@media (max-width: 1024px){
    .customer-wrap{
        padding: 20px 28px 47px;
    }
    .customer-wrap .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
        line-height: 40px;
    }
    .customer-wrap .customer-box{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .customer-wrap .customer-box .box{
        width: 100%;
    }
    .customer-wrap .customer-box .box img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .customer-wrap .customer-box .box .text{
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: #142E79;
        line-height: 40px;
    }
    
}
@media (min-width: 1025px){
    .customer-wrap{
        padding: 100px 240px 240px;
    }
    .customer-wrap .title{
        margin-bottom: 74px;
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
        line-height: 40px;
    }
    .customer-wrap .customer-box{
        display: flex;
        flex-wrap: wrap;
        gap: 68px;
    }
    .customer-wrap .customer-box .box{
        flex: 1 0 calc((100% - 68px) / 2);

    }
    .customer-wrap .customer-box .box img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .customer-wrap .customer-box .box .text{
        padding: 22px 32px;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 36px;
        color: #142E79;
        line-height: 40px;
    }
}
