/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .showcase-menu li:last-child a {
        padding-bottom: 80px;
    }
    .showcase-wave {
        height: 65px;
    }
    .sticky-wrap {
        width: 100%;
    }
    .ambetter-landing-header-with-cta {
        .landing-header-main {
            p {
                top: 50px;
                left: 55px;
                font-size: 3.325em;
            }
            p.ambetter-landing-header-small-text {
                font-size: 2.5em;
            }
        }
    }
}