#hero-carousel {
    height: 620px;
}

.hero2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero2 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,.4), transparent);
    z-index: 1;
}

.hero2 .content {
    width: 100%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    margin-bottom: 100px;
}

.hero2 .content .title {
    text-align: center;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.hero2 .content .copy {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
}

.hero2 .amx-btn-primario {
    background-color: #005a77;
    border-color: #fff;
}

.hero2 .amx-btn-primario:hover {
    background-color: #fff;
}

@media(min-width: 576px) {
    #hero-carousel {
        height: 620px;
    }

    .hero2 .content {
        width: 100%;
        max-width: 80%;
        margin-bottom: 100px;
    }

    .hero2 .content .title {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .hero2 .content .copy {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
}

@media(min-width: 768px) {
    #hero-carousel {
        height: 970px;
    }

    .hero2 .content {
        width: 100%;
        max-width: 80%;
        margin-bottom: 200px;
    }

    .hero2 .content .title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .hero2 .content .copy {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

@media(min-width: 1400px) {
    #hero-carousel {
        height: 870px;
    }

    .hero2 .content {
        width: 100%;
        max-width: 1000px;
        margin-bottom: 100px;
    }

    .hero2 .content .title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }

    .hero2 .content .copy {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

@media(min-width: 1800px) {
    .hero2 .content {
        margin-bottom: 140px;
    }
}