.cd-news-details-nav {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
    /* margin-bottom: 8vh; */
}

.newsDetails-page-container {
    background-image: url('../../img/newsDetails/bg.png');
}

.cd-news-details-content {
    padding: 60px 0;
}

.cd-news-details-content > p {
    color: #fff;
}

.cd-newsDetails-back {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.cd-newsDetails-back > a > .fa-rotate-left {
    font-size: 14px;
    color: #fff;
    position: relative;
    left: 2px;
    top: -2px;
}

#news-detail-1 p {
    color: initial;
}

#news-detail-2 p {
    color: initial;
}

@media only screen and (max-width: 992px) {
    .cd-news-details-content > .container > h2 {
        font-size: 40px;
    }
    .cd-news-details-content {
        padding: 30px;
    }
  }