.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: .7rem 1rem;
    font-size: var(--size-base14);
    border-radius: 2rem;
    background: #202C54;
    transition: all .15s 
ease;
    color: var(--color-white);
}



.commonStyle__zt3BrandBg {
    background-color: #202C54;
}

.commonStyle__zt3Brand {
    color: #EB272A;
}


.Button__footerBtn:hover{
background: #EB272A;
}

