/* global */
@media (max-width: 426px) {
    .single-content{
        padding: 10px 0 !important;
        width: 95% !important;
        margin: 0px !important;
    }
    .single-content-title{
        font-size: 1.4em !important;
        margin-left: 0 !important;
    }

    .single-content img{
        width: 100% !important;
    }
}
.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;
}

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

.single-content img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
