
/*  */
.tails-t6 .tails-t6__content a {
    color: var(--contrast-color);
}
.tails-t6 {
    border-radius: 15px;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
}


.tails-t6:hover {
    border: 1px solid var(--contrast-color);
}

.tails-t6__image img.proportional-box__content {
    -o-object-position: top;
       object-position: top;
}

.tails-t6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #fff;
}

.tails-t6__button {
    margin-bottom: 30px;
    cursor: pointer;
}

.tails-t6__date {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #646464;
    padding-bottom: 13px;
}

.tails-t6__title {
    padding-bottom: 13px;
}

.tails-t6__picture.proportional-box {
    padding-top: 67%;
}

.tails-t6__text {
font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #7D7987;
    padding-bottom: 25px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-style: italic;
    letter-spacing: 1px;
}

.tails-t6 .tails-t6__image img{
    border-radius: 20px;
    /*border-radius: unset;*/
}


@media( min-width: 500px ) {
    .tails-t6__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tails-t6--horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .tails-t6--horizontal .tails-t6__image {
        width: 35%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .tails-t6--horizontal .tails-t6__image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .tails-t6--horizontal .tails-t6__image > * {
        height: 100%;
    }
}
@media( max-width: 999px ){
    .tails-t6__content {
        background: none!important;
    }
}

@media( min-width: 1000px ) {
    .tails-t6__content {
        padding-top: 32px;
        padding-bottom: 34px;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 50%;
    }

}