.m-a-redbtn.grey-smal {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    .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 16px;

        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: 0;
        width: 24px;
        height: 24px;
        display: inline-block;
    }

	.square-border{
		border-radius: 0px !important;
	}




}
@media (max-width: 1919px) {
    .m-redbtn
    {
        font-size: 15px;
    }
}
@media (max-width: 1399px) {

}
@media (max-width: 767px) {
    .m-redbtn {
        width: auto;
        display: inline-flex;
        height: 48px;
    }
    .m-redbtn
    {
        font-size: 12px;
    }

}