.visible-show{
visibility:visible !important;
}

.nbx-heading figure{ margin-bottom: 1rem !important; } 
.nbx-heading  [data-equal-height="footer-brand-tagline"] { margin-bottom: .5rem; font-size: 1rem; }
.cta-friga-btn{
    background-color: rgba(var(--base-primary-color), 1);
    color: #fff !important;
    padding: 10px 24px;
    border: none;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease;
}