.centenedotcomnewsitem {
    .news-container{
        margin: auto;
        max-width: 60%;
    }
    .news-title {
        width: 100% !important;
        color: @brand-color !important;
        margin-top: 95px !important;
        margin-bottom: 30px !important;
        font-weight: 500;
        line-height: 60px !important;
        text-transform: none;
    }
    h2, h3, h4, h5, h6 {
        color: @brand-color;
    }
   
    .news-desc {
        margin-top: 40px;
        margin-bottom: 45px;
        p{
            font-family: "Roboto-Regular",sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: @darker-grey;
            text-transform: none;
            margin: 0 0 10px 0;
        }
    }
    p {
        &.news-topic {
            color: @brand-color;
            font-family: "Roboto-Bold",sans-serif;
            text-transform: none;
            font-size: 16px;
            line-height: 22px;
            padding-left: 0;
            margin-top: 10px;
            margin-bottom: 10px;
            letter-spacing: normal;
        }
        &.date {
            color: @black;
            font-size: 16px;
            line-height: 24px;
            text-transform: none;
            margin: 0 0 10px 0;
        }
    }
    
}

@media (max-width: 1199px) {
    .centenedotcomnewsitem{
        .news-container{
            max-width: 80%;
        }
    }
}