.blog-wrapper-section .blog-wrapper__section-content {
    padding-left: 0px;
    width: 100%;
}

.blog-wrapper-section .blog-wrapper__section-content .blog-wrapper__article-link {
    flex-direction: column;
}

.blog-wrapper-section .blog-wrapper__article-content {
    width: 100%;
    padding-left: 0;
}

.blog-wrapper-section .blog-wrapper__article-img-container {
    width: 100%;
    height: auto;
    max-height: 220px;
    margin-bottom: 0;
    max-width: 100%;
}

.blog-wrapper__section-articles-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-wrapper-section .blog-wrapper__article-img-container {
    width: 100%;
    height: auto;
    max-height: 220px;
    margin-bottom: 0;
    max-width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.blog-wrapper-section .blog-wrapper__article-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.blog-wrapper-section article.blog-wrapper__article {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.blog-wrapper-section .blog-wrapper__article-content {
    padding: 15px 15px;
}

.category-blog header {
    position: unset;
}
.blog-wrapper-section .title-section {
    text-align: center;
    margin-bottom: 30px;
}
.blog-wrapper-section .title-section h2 {
    font-size: 36px;
}
.blog-wrapper-section .title-section h5 {
    margin-bottom: 0px;
}
.single-post-container .single-post-container__thumbnail {
    margin-bottom: 15px;
}
.single-post-container .richtext-entry p {
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .blog-wrapper__section-articles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .blog-wrapper__section-articles-container {
        grid-template-columns: repeat(1, 1fr);
    }
}