/* Adjust width of hamburger menu on mobile */
.mm-menu {
    min-width: 265px;
}


/* Adjust color of review us button */
.section--light .cta__button.component__button--2 {
    background: #d92121 !important;
    border-bottom-color: #ad1a1a !important;
}
.section--light .cta__button.component__button--2:hover {
    border-bottom-color: #ad1a1a !important;
}
.section--light .cta__button.component__button--2:before {
    background: #e34a4a !important;
}