a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

.container {
    width: 95% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

ol, ul {
    padding-left: 0px !important;
}

.banner-section .banners {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .banner-section .banners {
        flex-wrap: wrap;
    }

    .banner-section .banners .banner-item {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
}