/* 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;
}