.latest-news-container {
        padding:  4% 0;
      
}
.latest-news-title {
    text-align: center;
    margin-bottom: 1%;
    font-size: 2.625rem;
    color: #707070;
    font-weight: 300;
}
.latest-news-block {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.latest-news-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    margin: 5% 0%;
    position: relative;
}
.latest-news-img {
   

}
.latest-news-item-title {
    text-align: left;
    color: #0068A8;
    font-size: 1.5625rem;
    font-weight: 400;
    flex: 1 0 0%;
    padding-top: 15%;
}

.latest-news-item p {
        text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    flex: 1 0 0%;
    padding: 1% 0%;
}

.latest-news-text {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 300;
    flex: 1 0 0%;
    padding: 1% 0%;
}
.latest-news-anchor {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #0068A8;
    margin-top: 2%;
}

.latest-news-all-stories-con {
    text-align: center;
    margin: 3%;
} 

.latest-news-all-stories {
    background-color: #80BA27;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 1.3rem;
}

.latest-news-arrow {
    font-size: 1.5rem;
    font-weight: 900;
}

.ms-news-image-div {
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.ms-rv--article-type-con {
    position: absolute;
    top: 0;
    
}

.ms-rv-article-type {
    color: white;
    font-size: calc(0.8rem + 0.8vw);
    font-weight: 300;
    padding: 5%;
}

.msrv-clinician {
    background-color: #009EE2;
    text-align: center;
    padding: 5px 20px;
}
.msrv-patient {
    background-color: #80BA27;
    text-align: center;
    padding: 5px 20px;
}

@media (max-width: 991px) {
    .latest-news-block {
        flex-direction: column;
    }
    .latest-news-block {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .latest-news-block {
        width: 80%;
    }
}










