

/*global*/

.description-beneath-image-for-all, .c-description-beneath-image {
    display: flex;
    flex-direction: column;
}

.description-beneath-image-for-all .description-container, .c-description-beneath-image .description-container {
    padding-top: var(--half);
}

.c-advertisement {
    padding-top: var(--full);
    padding-bottom: var(--full);
    border-bottom: 1px solid var(--global-border-color);
}

/*global-ends*/

/*top-lead-contents*/


/*top-lead-contents-ends*/
.category-contents .content {
    border-bottom: 1px solid var(--global-border-color);
    padding-bottom: var(--padding-bottom-1);
    padding-top: var(--padding-top-1);
}

.category-contents .content h5, .top-category-content h5 {
    /*font-weight: 600;*/
}

.category-contents .content .description-then-image {
    display: flex;
    /*margin-top: var(--margin-top-1);*/
}

.category-contents .content .description-then-image .image-container img {
    width: 100%;
}

.other-category .other-category-top {
    border-bottom: 1px solid var(--global-border-color);
}

.other-category .other-category-top h5 {
    font-size: 1.15rem;
    font-weight: var(--f-w-lg);
    color: #DC3545;
}

.other-category {
    position: sticky;
    top: 50px;
}

.other-category .content h5 {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0;
}


.other-category .content:not(:nth-last-child(1)) {
    padding-top: var(--padding-top-1);
    padding-bottom: var(--padding-bottom-1);
    border-bottom: 1px solid var(--global-border-color);
}

.other-category .content:nth-last-child(1) {
    padding-top: var(--padding-top-1);
}

.other-category .headline-then-image {
    display: flex;
}

.other-category .headline-then-image .headline-container {
    padding-right: .5rem !important;
}

.img-title-small {
    font-size: 1.5rem;
}

@media only screen and (max-width: 991px) {

    h5 {
        font-size: 1.25rem;
    }

    .lead-content .description-beneath-image-for-all {
        padding-bottom: var(--full);
        border-bottom: 1px solid var(--global-border-color);
    }

    .other-lead-content .c-description-beneath-image {
        padding-top: var(--full);
        padding-bottom: var(--full);
        border-bottom: 1px solid var(--global-border-color);
    }


}

@media only screen and (min-width: 992px) {
    .top-category-content {
        padding-bottom: var(--full);
        border-bottom: 1px solid var(--global-border-color);
    }

    .other-lead-content {
        border-left: 1px solid var(--global-border-color);
    }

}
