.downloads-big-buttons a{
    color: var(--wp--preset--color--black) !important;
    text-decoration: none!important;
    border:#fff 2px solid;
    font-weight: 500;
}

.downloads-big-buttons a:hover{
    border:#BD150F 2px solid;
}

.downloads-big-buttons a:active{
    border:#8F110C 2px solid;
}

.downloads-big-buttons a:focus{
    border:#F7A4A1 2px solid;
}
