.pf-footer-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pf-footer-menu__link {
    color: white !important;
    font-family: "Bebas Neue";
    font-size: 20px;
}

@media screen and (min-width: 1025px) {
    .pf-footer .elementor-container {
        display: flex !important;
    }

    .pf-footer .elementor-column {
        width: auto !important;
    }
    
    .pf-footer .elementor-column:first-child{
        flex-basis: 100% !important;
    }
    
    .pf-footer .elementor-column:not(:first-child) .elementor-widget-container{
        white-space: nowrap;
    }

}

@media screen and (max-width: 1024px) {
    .pf-footer-menu {
        justify-content: center;
    }
}