.featured-posts {
    padding-top: 32px;
    margin-bottom: 72px;
}

.featured-posts .featured-posts-right-wrapper {
    padding-left: 45px;
}

.featured-right-wrapper-image img {
    height: 500px;
    width: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    margin-bottom: 24px;
}

.featured-right-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-style: normal;
    line-height: 36px; /* 150% */
}

.featured-right-title a {
    color: var(--title-black-color);
    text-decoration: none;
}

.featured-right-title a:hover {
    text-decoration: none;
}

.homepage-post-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}

.featured-right-wrapper .homepage-post-content {
    margin-bottom: 24px;
}

.featured-posts-right-title {
    color: var(--title-black-color);
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    margin: 0 0 8px 0;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--border-orange-color);
}

.single-featured-right-wrapper {
    padding: 16px 0 16px 0;
}

.single-featured-posts-right-title {
    margin: 0 0 8px 0;
    max-width: 250px;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
}

.single-featured-posts-right-title a {
    color: var(--title-black-color);
}

.single-featured-posts-right-title a:hover {
    color: var(--title-black-color);
}

.featured-right-title a:hover {
    color: var(--title-black-color);
    text-decoration: underline;
}

.category-post-title a {
    color: var(--title-black-color);
}

.category-post-title a:hover {
    color: var(--title-black-color);
}

.single-featured-right-wrapper .homepage-post-content {
    margin-bottom: 8px;
}

.four-posts-in-row {
    margin: 72px 0;
}

.four-posts-single-wrapper-image img {
    border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.four-posts-single-title {
    color: var(--title-black-color);
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    margin: 16px 0 16px 0;
}

.four-posts-single-wrapper .homepage-post-content {
    margin-bottom: 14px;
}

.category-title {
    color: var(--title-black-color);
    font-size: 24px;
    font-style: normal;
    line-height: 36px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 4px solid var(--primary-default);
}


.category-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--border-orange-color);
    padding-bottom: 12px;
}

.category-title-wrapper .category-title-separator {
    flex: 1 0 0;
    height: 3px;
    background-color: var(--brand-primary);
    margin: 0 20px;
}

.category-title-wrapper h2 {
    margin: 0;
    font-size: 24px;
}

.homepage-post-title-h3 {
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    margin: 0 0 8px 0;
}

.homepage-post-title-h3 a {
    color: var(--black);
}

.homepage-post-title-h3 a:hover {
    color: var(--black);
}

.homepage-post-title-h4 {
    margin: 0 0 8px 0;
    max-width: 250px;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
}

.homepage-post-title-h4 a {
    color: var(--black);
}

.homepage-post-title-h4 a:hover {
    color: var(--black);
}

.category-post-title {
    font-size: 18px;
    font-style: normal;
    line-height: 130%;
    margin: 0 0 8px 0;
}

.category-post .homepage-post-content {
    margin-bottom: 8px;
}

.posts-in-category {
    margin: 72px 0;
}

.homepage-post-content p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
    .featured-posts {
        padding-top: 0;
        margin-bottom: 72px;
    }

    .featured-posts .col-md-7 {
        width: 100%;
    }

    .featured-right-wrapper-image img {
        height: 300px;
        width: 100%;
        margin-bottom: 16px;
    }

    .featured-right-title {
        font-size: 20px;
        line-height: 26px;
    }

    .featured-posts-right-title {
        font-size: 18px;
    }

    .featured-posts .featured-posts-right-wrapper {
        padding-left: 15px;
        padding-top: 0px;
    }

    .featured-posts .row .col-md-12 {
        width: 50%;
    }

    .four-posts-single-wrapper-image img {
        width: 100%;
    }

    .four-posts-single-wrapper {
        padding-bottom: 32px;
        width: 50%;
    }

    .four-posts-single-wrapper:last-child {
        padding-bottom: 0;
    }

    .four-posts-single-title {
        margin: 12px 0 12px 0;
    }

    .single-featured-posts-right-title {
        max-width: 320px;
    }

    .featured-right-wrapper {
        margin-bottom: 40px;
    }

    .single-featured-right-wrapper {
        border-top: 0;
        border-bottom: 1px solid var(--border-color);
    }

    .homepage-post-content {
        margin-bottom: 8px;
    }

    .homepage-post-content p {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .category-title-wrapper h2 {
        font-size: 18px;
    }

    .homepage-post-title-h4 {
        max-width: 320px;
    }
}

@media (max-width: 576px) {
    .featured-posts .row .col-md-12 {
        width: 100%;
    }

    .four-posts-single-wrapper {
        width: 100%;
    }
}


@media (max-width: 380px) {
    .category-title-wrapper h2 {
        font-size: 18px;
    }

    .category-title-wrapper a {
        font-size: 12px;
    }
}
