﻿.mhg-quote-btn {
    background-color: #e31c23;
    color: #fff;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    white-space: nowrap;
}

    .mhg-quote-btn:hover {
        background-color: #c4161c;
        color: #fff;
    }
