.m01_support_would {
    position: relative;
    z-index: 1;
    padding: 6.35417vw 8.33333vw 6.14583vw 8.33333vw
}

.m01_support_would .content .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    margin: 0 0 .9375vw
}

.m01_support_would .content .p2 {
    width: 40.83333vw;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 2.1875vw
}

.m01_support_would .content .dis {
    display: flex;
    gap: 3.125vw
}

@media screen and (max-width: 768px){
        .m01_support_would {
        padding: 30px 5%
    }

    .m01_support_would .content .p1 {
        margin: 0 0 15px
    }

    .m01_support_would .content .p2 {
        width: 100%;
        margin: 0 0 15px
    }
}