.hcajal .paragraph--type--banda-hero {
    & .hero_inner {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 150px;
    }

    & .hero_content {
        display: flex;
        align-items: center;
    }

    & .hero-actions {
        border: 1px solid white;
        padding: 1.7rem 3.2rem;
        background: none !important;
        display: inline-block;
        margin-top: 0;
        color: white;
        letter-spacing: 1px;
        border-radius: 34px;
        margin: 0 auto;
    }

    & .hero__video-background+.hero_inner {
        pointer-events: all;
    }
}