@media screen and (max-width: 1440px) {
    .hero-section {
        background: url(../images/hero-section-bg.png);
        background-size: 1600px 790px !important;
    }
}
@media screen and (max-width: 1380px) {
    .hero-section {
        background-size: 1380px 700px !important;
    }
}

@media screen and (max-width: 1024px) {
    .simplify-operations {
        background-color: #4B20D6;
        background-size: cover;
        background-position: center;
    }
    nav ul li button {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (max-width: 700px) {
    .trust-stats article {
        border: none !important;
    }
}