.mm-content-section{
    line-height: 1.3vw;
    font-family: Montserrat;
    padding: 0 21vw;
}
.mm-content-section h2{
    font-size: 2.08vw;
    color: #201E1E;
    font-weight: 500;
    padding-top: 7vw;
    text-align: center;
    width: 38vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.mm-content-section p{
    font-size: .9vw;
    font-weight: 400;
    line-height: 1.4;
    color: #626262;
    margin-top: .81vw;
    /* font-size: .83vw; */
    /* line-height: 1.47; */
    text-align: center;
    /* font-weight: 500; */
    /* color: #585858; */
}
.mm-content-section p a{
    display: unset;
    padding: unset;
    background: unset;
    color: black;
    text-decoration: underline;
}
.mm-content-section p a:hover{
    background: unset;
}
.mm-content-section a:hover{
    background-color: #d60c2e;
}
.mm-content-section a{
    background: #E60404;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 600;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw 1.03vw;
    margin-top: 1.9vw;
    font-size: .8vw;
}
.mm-content-section a img{
    width: .6vw;
}
@media only screen and (max-width: 500px) {
    .mm-content-section{
        padding: 0 6.7vw;
    }
    .mm-content-section h2{
        font-size: 6.67vw;
        /* font-size: 5.8vw; */
        width: auto;
        text-align: left;
        padding-top: 15vw;
        line-height: 1.26;
    }
    .mm-content-section h2 br{
        display: none;
    }
    .mm-content-section p{
        font-size: 3.49vw;
        text-align: left;
        /* font-size: 3.6vw; */
        margin-top: 4.2vw;
    }
    .mm-content-section a{
        margin-left: unset;
        font-size: 3.3vw;
        padding: 3.4vw 4.3vw;
        margin-top: 6.5vw;
    }
    .mm-content-section a img{
        width: 2.6vw;
    }
}