
.pricing-footer {
    text-align: center !important;
}
.pricing-footer .btn-white-small {
    display: inline-block;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.footer-links a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
    background-color: #f1f1f1;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    background-color: #007bff;
    color: white;
}
