.mm-buttons button.mm-button {
    border: none;
    cursor: pointer
}

.mm-buttons .mm-button {
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .1px;
    text-transform: uppercase;
    border-radius: 4px;
    color: currentColor;
    display: inline-block;
    padding: 5px
}

.mm-buttons .mm-button-green {
    /* background-color: #E20613; */
    background: radial-gradient(circle, rgba(226,6,19,1) 45%, rgba(181,6,19,1) 100%);
    color: #fff;
    transition: all .3s ease-in-out;
}

.mm-buttons .mm-button-green:hover {
    /* background-color: #16b73f; */
    background: radial-gradient(circle, rgba(179,5,16,1) 45%, rgba(139,3,13,1) 100%);
    color: #fff
}

.mm-content-section {
    background-color: #fff;
    padding: 85px 0
}

.mm-content-section p {
    font-family: 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    color: #6e7278
}

.mm-content-section .infinite-container {
    width: 100%
}

.mm-text-width {
    margin: 0 auto
}

.mm-bg-gray {
    background-color: #f7f9fd
}

@media screen and (max-width:578px) {
    .mm-content-section {
        padding: 45px 0
    }
}