.latest-news{
    margin-top: 135px;
}
.latest-news__col {
    margin-top: 75px;
}
.latest-news__item {
    position: relative;
}
.latest-news__item-img-wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 291px;
    width: 100%;
    border-radius: 20px;
}
.latest-news__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.latest-news__item:hover .latest-news__item-img {
    transform: scale(1.05);
}
.latest-news__item-title {
    margin-top: 50px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-family: 'Quincy CF';
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #2B2DC0;
    position: relative;
    display: inline-block;
}
.latest-news__item-title:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #2B2DC0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.latest-news__item-description {
    font-size: 17px;
}
.latest-news__btn {
    padding: 3px 50px 3px 0;
    border: none;
    background: transparent url(/wp-content/themes/eleanorhealth/assets/img/long-arrow-right.svg) no-repeat scroll
        bottom 7px right 7px/ 37px auto;
    margin-top: 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    display: inline-block;
}
.latest-news__btn:hover {
    background: transparent url(/wp-content/themes/eleanorhealth/assets/img/long-arrow-right.svg) no-repeat scroll
        bottom 7px right 0px/ 37px auto;
}
@media (max-width: 768px) {
    .latest-news{
        margin-top: 70px;
    }
    .latest-news__col {
        margin-top: 30px;
    }

    .latest-news__item-img-wrapper {
        height: 240px;
    }
    .latest-news__item-title {
        margin-top: 20px;
        margin-bottom: 14px;
        padding-bottom: 14px;
        font-size: 20px;
    }
    .latest-news__item-description {
        font-size: 16px;
    }
    .latest-news__btn {
        margin-top: 15px;
    }
}
