span.news-article-title {
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    padding: 0 20px;
    letter-spacing: 7px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
}

hr.news-article-title-underline {
    border-top: 2px solid #0069b4;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.card-news {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

div.card-body-news {
    background-color: #0069b4;
}

div.card-footer-news {
    background-color: #0069b4;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

a.btn-news-read-more {
    border-radius: 8px;
    background-color: #e6f7ff;
    border: 1px solid #66ccff;
    bottom: -15px;
    right: 30px;
}