
.m01_support_questions {
    position: relative;
    z-index: 21;
    padding: 6.25vw 8.33333vw
}

.m01_support_questions .content .p1 {
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    text-transform: capitalize;
    margin: 0 0 1.04167vw
}

.m01_support_questions .content .p2 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 2.08333vw
}

@media screen and (max-width: 768px){
        .m01_support_questions {
        padding: 30px 5%
    }

    .m01_support_questions .content .p1 {
        margin: 0 0 15px
    }

    .m01_support_questions .content .p2 {
        margin: 0 0 15px
    }
}