.m01_support_customer {
    padding: 6.25vw 8.33333vw
}

.m01_support_customer .content {
    margin: 2.1875vw 0 0 0;
    display: grid;
 /*   grid-template-columns: repeat(2, 1fr);*/
    gap: 2.08333vw
}

.m01_support_customer .content .item {
    background: #EFEFF2;
    height: 20.3125vw;
    padding: 2.08333vw;
    position: relative;
    z-index: 1
}

.m01_support_customer .content .item .bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 11.97917vw
}

.m01_support_customer .content .item .icon {
    width: 3.125vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.m01_support_customer .content .item .icon svg {
    width: 100%;
    height: 100%
}

.m01_support_customer .content .item .p1 {
  /*  margin: 1.25vw 0 1.04167vw;*/
   margin: 1.25vw 0 2.08333vw;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%;
    width: 70%;
}

.m01_support_customer .content .item .p2 {
    color: #000;
    font-style: normal;
    line-height: 150%;
    margin: 0 0 2.08333vw
}

@media screen and (max-width: 768px){
        .m01_support_customer {
        padding: 30px 5%
    }

    .m01_support_customer .content {
        margin: 30px 0 0 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .m01_support_customer .content .item {
        width: 100%;
        height: auto;
        padding: 25px 20px
    }

    .m01_support_customer .content .item .icon {
        width: 35px;
        height: 35px
    }

    .m01_support_customer .content .item .p1 {
        margin: 15px 0
    }

    .m01_support_customer .content .item .p2 {
        margin: 0 0 15px
    }

}