@media (max-width: 767px) and (min-width: 576px) {
    .widget .post--no-thumb-normal .post__title {
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}
/* .carbon-widget-posts-1 ----------------------- */
/* ----------------------- carbon-widget-posts-2 */
@media (max-width: 575px) {
    .carbon-widget-posts-2 .post--vertical .post__thumb {
        height: 250px;
    }
}
@media (max-width: 480px) {
    .carbon-widget-posts-2 .post--vertical .post__thumb {
        height: 230px;
    }
}
@media (max-width: 380px) {
    .carbon-widget-posts-2 .post--vertical .post__thumb {
        height: 200px;
    }
}
/* .carbon-widget-posts-2 ----------------------- */
/* ----------------------- carbon-widget-posts-3 */

.carbon-widget-posts-3 .post--horizontal .post__cat {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .atbs-sub-col .carbon-widget-posts-3 .post--horizontal .post__thumb {
        margin-right: 15px;
        width: 70px;
        height: 70px;
    }
    .atbs-sub-col .carbon-widget-posts-3 .post--horizontal .post__meta-head {
        margin-bottom: 5px;
    }
    .atbs-sub-col .carbon-widget-posts-3 .post--horizontal .post__title {
        font-size: 1.0714rem;
        line-height: 1.5;
    }
}
/* .carbon-widget-posts-3 ----------------------- */
/* ----------------------- carbon-widget-posts-4 */
@media (min-width: 992px) {
    .carbon-widget-posts-4 .post--overlay-sm .post__text {
        min-height: 265px;
    }
}
/* .carbon-widget-posts-4 ----------------------- */
/* ----------------------- carbon-widget-posts-5 */
.carbon-widget-posts-5 .post--overlay-xs .post__text {
    min-height: 130px;
}
@media (max-width: 767px) and (min-width: 481px) {
    .carbon-widget-posts-5 .post--overlay-xs .post__text {
        min-height: 200px;
    }
}
/* .carbon-widget-posts-5 ----------------------- */
