@media screen and (min-width: 768px) {
    .placementSwiper::after {
        width: 144px;
        height: 60px;
    }

    .placementSwiper::before {
        width: 144px;
        height: 60px;
    }
}

@media screen and (min-width: 768px) {
    .inner-banner-new {
        background: var(--bg-image-desktop) no-repeat center center;
        background-size: cover;
        min-height: 525px;
        display: flex;
        align-items: center;
        margin-top: 160px;
    }
}

@media (min-width: 992px) {
    .hero-container {
        margin-top: 0px;
    }
}