.ambient-hero a{
    display: block;
    border-bottom: 3px solid #fff;
}
.ambient-hero .img-full{
    display: block;
}
.ambient-hero .container{
    font-family: 'Prata', sans-serif;
    color: #333;
    display: block;
}
@media (min-width: 992px){
    .ambient-text .inner{
        display: inline-block;
    }
}
.ambient-text h2{
    font-size: 24px;
    border-bottom: 1px dashed #efefef;
}
.ambient-text p{
    font-size: 16px;
    white-space: nowrap;
    margin-bottom:0;
}
.ambient-text img{
    width: 25px;
    height: auto;
}
.ambient-text{
    margin-left: 0;
    margin-right: 0;
}
.ambient-hero a{
    border-bottom: 3px solid #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.ambient-hero .container{
    position: absolute;
    display: block;
    color: #fff;
}
@media (min-width: 992px){
    .ambient-hero a{
        align-items: center;
    }
    .ambient-text.ambient-right{
        float: right;
    }

    .ambient-text p{
        font-size: 22px;
    }

    .ambient-text h2{
        font-size: 90px;
        line-height: 1;
        border-bottom: 2px dashed #fff;
    }
}
