
.m01_support_service {
    padding: 0 8.33333vw 6.25vw 8.33333vw
}

.m01_support_service .common_title {
    margin: 0 0 3.125vw
}

.m01_support_service .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.08333vw
}

.m01_support_service .content .item {
    width: 100%;
    height: 9.0625vw;
    padding: 1.25vw .9375vw 1.25vw 1.25vw;
    background: #EFEFF2
}

.m01_support_service .content .item .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m01_support_service .content .item .dis .icon {
    width: 2.60417vw;
    height: 2.60417vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.m01_support_service .content .item .dis .icon svg {
    max-width: 100%;
    max-height: 100%
}

.m01_support_service .content .item .dis .num {
    color: #000;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    opacity: .1;
    line-height: 100%
}

.m01_support_service .content .item .p1 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%;
    margin: 1.04167vw 0 0 0
}

@media screen and (max-width: 768px){
        .m01_support_service {
        padding: 30px 5%
    }

    .m01_support_service .common_title {
        margin: 0 0 20px
    }

    .m01_support_service .content {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr)
    }

    .m01_support_service .content .item {
        height: auto;
        padding: 20px
    }

    .m01_support_service .content .item .dis .icon {
        width: 35px;
        height: 35px
    }

    .m01_support_service .content .item .p1 {
        margin: 15px 0 0 0
    }
}