@media (min-width: 765px) {
    .cod{
        display: flex !important;
    justify-content: center !important;
    margin: auto !important;
    gap: 20px !important;
    }
}
@media (min-width: 575px) {
    .cod {
        padding: 50px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .banner {
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .banner-left, .banner-center, .banner-right {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    .separator {
        display: none; /* hide separator on small screens */
    }
    .banner-left {
        font-size: 18px;
    }
    .banner-center {
        font-size: 14px;
    }
    .banner-right a {
        width: 100%; /* full width button on mobile */
        text-align: center;
    }
}