
.news {
    background: #F4F4F4;
    padding: 40px 0;
    text-align: center;
}

.news h2 {
   color: #025A59;
   padding-bottom: 25px;
   letter-spacing: 1.15px;
}

.news-column {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    position: relative;
    transition: all .4s ease;
    height: 100%;

}

.news-column a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    border: none;
}

.news a::after {
    display: none;
}

.news a:hover::after {
    display: none;
}

.news-image {
    width: 100%;
    height: 166px;
    position: relative;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-column:hover .news-image img {
    opacity: .35;
    filter: grayscale(100%);
}

.news-column:hover {
    background: #78D4A5;
    color: #024544!important;
}

.news-column:hover ul li,
.news-column:hover h5 {
    color: #024544;
}

.news-sections .slick-slide .col-sm-6,
.slick-slide > div {
    height: 100%;
}

.news-sections .slick-track
{
    display: flex !important;
}

.news-sections .slick-slide
{
    height: inherit !important;
}

.news-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
        transition: all .4s ease;
        margin: 0 auto;
}

.news-column ul,
.news-column ul li {
    margin: 0;
    padding: 0;
}

.news-column ul li::before {
    display: none;
}

.news-column ul li {
    display: inline-block;
    padding: 0 5px 0 8px;
    border-left: 1px solid #024544;
    font-size: 14px;
    color: #4F5F6A; 
    font-weight: 400;
    line-height: 1em;
}

.news-column ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.news-column h5 {
    font-family: 'futuramedium';
    font-size: 18px;
    color: #025A59;
    font-weight: normal;
    line-height: 1.4em;
    padding-top: 15px;
}

.news-info {
    padding: 25px 16px 30px 16px;
}

.news-slider {
    padding-bottom: 20px;
}

.all-news {
    margin-top: 80px;
}

.news .slick-initialized .slick-slide {
    margin: 0 0;
}

.read-more {
    position: absolute;
    right: 30px;
    top: 116px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #024544;
    font-size: 25px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    z-index: 3;
}

/*.news-column:hover .read-more {
    background: #629691;
}*/

.news-image-sections .background-overlay {
    position: relative;
}

.news-image-sections .background-overlay,
.news .background-overlay {
    position: relative;
}

.news-image-sections .background-overlay::before,
.news .background-overlay::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.news-image-sections .background-overlay img,
.news-image .background-overlay img  {
    filter: grayscale(100%);
}

.news-image.green .background-overlay::before,
.news-image.pink .background-overlay::before,
.news-image.blue .background-overlay::before,
.news-image.yellow .background-overlay::before {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.news-image-sections.green .background-overlay::before,
.news-image.green .background-overlay::before {
    /* background-color: hsl(174deg 21% 49% / 50%); */
    background-color: rgba(98,150,145,0.5);
}

.news-image-sections.pink .background-overlay::before,
.news-image.pink .background-overlay::before {
    background-color: hsl(354deg 53% 85% / 60%);
}

.news-image-sections.blue .background-overlay::before,
.news-image.blue .background-overlay::before {
    background-color: hsl(197deg 71% 80% / 50%);
}

.news-image-sections.yellow .background-overlay::before,
.news-image.yellow .background-overlay::before {
    background-color: hsl(39deg 88% 84% / 50%);
}

@media (min-width: 600px) {
    .news-image {
        width: 100%;
        height: 200px;
    }

}

@media (min-width: 768px) {
    .news-column {
        text-align: left;
        min-height: 310px;
    }

    .news-image {
        height: 150px;
    }

    .news-info {
        padding: 15px 30px 20px;
    }

    .news-column h5 {
        padding-top: 4px;
    }

    .all-news {
        margin-top: 35px;
    }

    .news {
        padding: 60px 0;
    }
}

@media (min-width: 1025px) {
    .news-listings {
        position: relative;
        padding-left: 50px
    }

    .news .container {
        padding: 0;
    }

    .news-image-sections {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .news-image-sections img {
        width: 101%;
        height: 100%;
        display: block;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: left;
    }
    
    .news-sections {
        padding: 100px 0;
        z-index: 9;
        position: relative;
    }
    
    .news-sections-wrapper {
        background: #f7f7f7;
        padding: 50px;
        border-radius: 50px;
        position: relative;
        z-index: 9;
        max-width: 890px;
    }

    .news {
        background: #ffffff;
        padding: 0 0;
        text-align: left;
    }

    .all-news {
        margin: 30px 0 0 60px;
    }

    .news-image {
        height: 170px;
    }

    .news-column {
        min-height: 335px;
    }

    .news-column h5 {
        font-size: 20px;
    }

    .read-more {
        top: 140px;
    }

}

@media (min-width: 1366px) {
    .news-image-sections {
        width: 67%;
    }

    .news-sections h2 {
        padding-left: 60px;
    }
}
