.cta {
    width: auto;
    margin: 0 24px;
    border: 1px solid #84674d
}

@media (min-width: 992px) {
    .cta {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1110px;
        padding: 0
    }
}

.cta__wrapper {
    position: relative;
    margin: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .cta .cta__wrapper {
        min-height: 378px
    }
    
    .cta.ushuaia .cta__wrapper {
        min-height: 550px
    }
}

.cta__wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4)
}

.cta__content {
    z-index: 1;
    max-width: 400px;
    padding: 24px;
    text-align: center
}

.cta__content figure {
    width: 195px;
    height: 65px;
    margin: auto auto 18px
}

.cta__content p {
    font-size: 1.125rem;
    color: #fff
}