.pages-bc {
    padding-inline: 15px;
}

.nap-data-column-item a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width:1200px) and (min-width:1024px){
    .footer-column-item-title {
        font-size: 16px !important;
    }
    
    .nap-data-style-heading {
        font-size: 16px !important;
    }
    .nap-data-style {
        gap: 20px !important;
    }
    
    .nap-data-style-response {
        font-size: 14px !important;
    }
    
    .footer-column-list {
        gap: 25px !important;
    }
    
    .footer-column-menu a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:1024px){
    .list-cols-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}