.js-catalog-prod-all-text a {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
    background-color: #003F82;
    color: #ffffff !important;
    transition: background-color 0.2s ease;
}

.js-catalog-prod-all-text a:hover {
    background-color: #0a4d94;
}