/* global */
.categories-list {
    border-bottom: 2px solid #007bff !important;
}

.card-body {
    padding: 0px !important;
}

.single-content-title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 0 20px;
}

.single-content {
    background-color: #ffffff;
    border: 1px solid #ecedf1;
    margin: auto !important;
    width: 70% !important;
    padding: 24px 40px !important;
}

.single-content img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.archive-announcement .list-group-item-title {
    line-height: 25px !important;
}

.news-body {
    border-top: 1px dashed #0a0909 !important;
    margin: 5px !important;
    padding-top: 5px !important;
}

.news-height {
    height: 214px !important;
    width: 100% !important;
    background-color:#ffffff !important;
    margin-bottom: 10px !important;
}
.news-height:hover{
    box-shadow: 0 0 3px rgba(112, 128, 144, 0.4) !important;
}