.m-a-redbtn {
    text-decoration: none;
}
.grey .m-redbtn
{
    font-size: 15px;
    height: 56px;
    background:var(--color-gray-scale-gray-100);
    color: var(--color-dark-scale-dark-500);
}
.m-redbtn {
    width: fit-content;


    padding: 16px 28px;

    border-radius: 24px 0px;

    font-family: Segoe UI;

    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;

    display: flex;
    align-items: center;
    justify-content: center;
}

.m-redbtn::before {

    margin-right: 4.5px;
    width: 36px;
    height: 36px;
    display: inline-block;
}

@media (max-width: 1919px) {
    .m-redbtn
    {
        font-size: 15px;
    }
}
@media (max-width: 1399px) {

}
@media (max-width: 767px) {
    .m-redbtn {
        width: 100%;
        height: 48px;
    }
    .m-redbtn
    {
        font-size: 12px;
    }

}