
/* Teaser Box 14
-------------------------------------------------- */

.teaser-box14 {
    position: relative;
    margin-bottom: 35px;
}

.teaser-box14 .teaser-title {
    position: absolute;
    bottom: 35px;
    left: 35px;
    background: #1d1d1b;
    color: #fff;
    padding: 30px 60px;
    margin: 0;
    font-size: 23px;
    font-weight: 400;
}

.teaser-box14 .teaser-title:before {
    content: "\e027";
    font-family: "linea-arrows-10" !important;
    position: absolute;
    font-size: 20px;
    color: #437df9;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

@media(max-width: 991px) {
    .teaser-box14 .teaser-title {
        bottom: 0;
        left: 0;
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .teaser-box14 {
        margin-bottom: 50px;
    }
    .teaser-box14 figure img {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .teaser-box14 .teaser-title {
        font-size: 14px;
    }
}
