.blog {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-time {
    display: flex;
    gap: 30px;
}

.blog p {
    margin: 0;
    font-weight: 500;
}

.blog .text--bigger {
    font-size: 20px;
}

.typography .blog .list-of-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 30px;
    background: #f4fff1;
}

.typography .blog .list-of-content h2 {
    font-size: 30px;
    font-weight: 500;
}

.typography .blog .list-of-content li::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 30px;
    height: 31px;
    background: url("/wp-content/themes/mentalpress/assets/new-images/blocks/blog-content-list-arrow.svg") no-repeat center;
}

.typography .blog .list-of-content li a {
    color: #3d9322;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.typography .blog .list-of-content li a:hover {
    text-decoration: none;
}

.blog .frame {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog .frame p,
.blog .frame div {
    font-weight: 500;
}

.blog .frame > p,
.blog .frame > div {
    font-weight: 700;
}

.author {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    gap: 20px;
}

.author__image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.author__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.author__title {
    width: fit-content;
    color: #3d9322;
    font-size: 20px;
    font-weight: 600;
    text-underline-offset: 5px;
}

@media (max-width: 758px) {
    .blog .text--bigger {
        font-size: 18px;
    }

    .typography .blog .list-of-content {
        padding: 30px;
    }

    .typography .blog .list-of-content h2 {
        font-size: 24px;
    }

    .typography .blog .list-of-content li a {
        font-size: 18px;
    }

    .author {
        padding: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.articles__slider-wrapper {
    padding: 46px 0;
}

.articles__slider {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.articles__slider-list {
    display: flex;
}

.articles__slider .articles__item {
    margin: 0 10px;
    display: flex;
    height: auto;
}

@media (max-width: 1100px) {
    .articles__slider-list {
        padding: 0 20px;
    }

    .articles__slider .articles__item {
        display: block;
        height: fit-content;
    }

    .articles__slider .articles__item-body {
        height: auto;
    }
}
