.blog-page-content-wrapper, .blog-page-content-wrapper .page-head {
    background: #F5F8FF;
}
.blog-page-content-wrapper .page-content .container {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px;
}
.blog-page-title {
    display: flex;
    justify-content: center;
}
.blog-page-title h1 {
    font-size: 42px;
    line-height: 65px;
    font-weight: 900;
    text-align: center;
    max-width: 640px;
}
@media only screen and (max-width: 992px) {
    .blog-page-title h1 {
        font-size: 28px;
        line-height: 38px;
    }
}


.article-preview-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.article-preview {
    border-radius: 40px;
    box-shadow: 0px 2px 20px -1px #00000040;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    flex: 1 1 326px;
    max-width: 326px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 992px) {
    .article-preview {
        width: 100%;
        max-width: 350px;
    }
}

.article-preview:hover {
    text-decoration: none;
    color: #000;
}
.article-preview__top {
    max-height: 190px;
    overflow: hidden;
}
.article-preview__top img {
    max-width: 100%;
    min-height: 195px;
    object-fit: fill;
}

@media only screen and (max-width: 992px) {
    .article-preview__top img {
        width: 100%;
    }
}
.article-preview__bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.article-preview__bottom-text {
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
    max-width: 344px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
    .article-preview__bottom-text {
        font-size: 20px;
    }
}
.article-preview__bottom-sub-text {
    font-size: 16px;
    font-weight: 300;
    color: #464343;
    max-width: 344px;
}
@media only screen and (max-width: 992px) {
    .article-preview__bottom-sub-text {
        font-size: 20px;
    }
}



.article-author {
    display: flex;
    align-items: center;
}
.article-author-logo {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    min-width: 63px;
}
.article-author-logo img {
    width: 63px;
    height: 63px;
}
.article-author-name {
    font-weight: bold;
}
.article-publication-info {
    color: #7E7E7E;
    margin-bottom: 10px;
}
#editor img {
    width: 100%!important;
    object-fit: contain;
}
.article-props {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.article-props__name {
    font-size: 32px;
    font-weight: 800;
    margin-right: 15px;
    letter-spacing: -2px;
    text-align: center;
}
.article-props__value {
    font-size: 17px;
    font-weight: 600;
    max-width: 185px;
    margin-right: 20px;
    color: #333333;
    letter-spacing: -1px;
    line-height: 20px;

}

@media only screen and (max-width: 768px) {
    .article-props {
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .article-props__name {
        margin-right: 0;
    }
    .article-props__value {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}
.blog h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.blog h1 {
    font-weight: 700;
}
.blog h2 {
    font-weight: 600;
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
    .blog h1 {
        font-size: 24px;
    }
    .blog h2 {
        font-size: 18px;
    }
    .blog-page-content-wrapper .page-content .container {
        padding: 10px 10px;
    }
}
