
.two-col-highlights {
    margin-bottom: 30px;

}
.two-col-highlights .item {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;   
}
.two-col-highlights .item a{
    display: block;
}
@media(min-width: 1025px){
    .two-col-highlights .item { margin: 0 2px; }
    .two-col-highlights .item:nth-of-type(odd) {
        margin-left: 0;
    }
    .two-col-highlights .item:nth-of-type(even) {
        margin-right: 0;
        width: 50%;
    }
}
.two-col-highlights .item .content {
    padding: 20px 15px 30px;
}
.two-col-highlights .item .content a {
    text-decoration: none;
}
.two-col-highlights .item .content h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
}

.two-col-highlights .item .content p {
    position: relative;
    padding-left: 25px;
}

.two-col-highlights .item .content p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 35px;
}



.two-col-highlights .item .content {
    position: relative;
}
.two-col-highlights .item .img-cont::before {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,000000+100&0+1,0.66+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(0,0,0,0.99) 80%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 1%,rgba(0,0,0,0.99) 80%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(0,0,0,0.99) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a8000000',GradientType=0 ); /* IE6-9 */
        opacity: .6;
}
.two-col-highlights .item .img-cont {
    height: 475px;
    padding: 0;
}
@media (min-width: 1025px) {
    .two-col-highlights {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .two-col-highlights .item {
        margin-bottom: 4px;
        width: calc(50% - 4px);
    }
    .two-col-highlights .item .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 0;
    }

    .two-col-highlights .item .content h3,
    .two-col-highlights .item .content p {
        color: white;
    }



    .two-col-highlights .item .content {
        bottom: 35px;
        left: 35px;
    }
    .two-col-highlights .item .img-cont {
        transition: transform 0.25s ease-in-out;
    }
    .two-col-highlights .item .img-cont::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0,0,0,0.7);
        opacity: 0; */
        transition: opacity 0.25s ease-in-out;
    }
    .two-col-highlights .item:hover .img-cont::before {
        opacity: 0.3;
    }
    .two-col-highlights .item:hover .img-cont {
        transform: scale(1.1);
    }
    .two-col-highlights .item .content h3 {
        /* width: 65%; */
        font-size: 36px;
        line-height: 42px;
    }
    .two-col-highlights .item .content p {
        width: 85%;
        font-size: 18px;
        margin-bottom: 0;
    }
    .two-col-highlights .item .content p::before {
        top: 6px;
    }
}
.two-col-highlights .item .content p::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: calc(100% - 6px);
    max-height: 35px;
    background-color: #3e629d;
}