.econ-container,
body {
    font-family: "GenosGFG", Arial, sans-serif !important
}

.pia-buttons {
    row-gap: 12px;
    column-gap: 4px;
    flex-wrap: wrap;
    justify-content: center
}

.pia-buttons a {
    flex-basis: 20%
}

@media (max-width: 991px) {
    .pia-buttons {
        flex-wrap: nowrap;
    }
}

.logo-mobile {
    display: none
}

@media (max-width: 767px) {
    .logo-mobile {
        display: block;
        max-width: 200px;
        margin-top: 20px
    }
}