.pxp-new-hero-mobile {
    display:none;
}

.rounded-5 {
    border-radius:1rem;
}

@media screen and (max-width: 991px) {
    .pxp-new-hero-mobile {
        display:block;
    }
}