.h-100 {
    height: 100%;
}
.blogs h3.hfe-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
}
.blogs .hfe-post-content {
    display: flex;
    flex-direction: column;
}
.blogs h3.hfe-post-title {
    order: 2;
}
.blogs .hfe-post-meta {
    order: 1;
}
.blogs a.hfe-read-more {
    order: 3;
}
.blogs .hfe-post-date::before {
    content: "Published on: ";
    display: inline-block;
    margin-right: 4px;
    font-weight: 500;
    color: #8f8f8f;
    font-size: 12px;
}
.blogs h3.hfe-post-title a {
    text-decoration: none;
}
.blogs .hfe-post-image img {
    border-radius: 10px;
}
@media (max-width: 767px) {
    .elementor-arrows-position-inside {
        padding: 0 !important;
    }
    .tabs-msg .elementor-widget-n-tabs .e-n-tabs-heading {
    justify-content: space-between;
}
}