.automation-banner-section {
    overflow: hidden;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

.automation-banner {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.automation-banner__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 24px 70px rgba(23, 72, 123, 0.12);
}

@media screen and (max-width: 767px) {
    .automation-banner {
        border-radius: 0;
    }

    .automation-banner__image {
        border-radius: 0;
    }
}
