.category-tips__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid !important;
}
.main-page.page-author {
    padding: 60px 0;
}

.content-author h2 {
    margin-bottom: 16px;
    color: #2c3e50;
}

.content-author p {max-width: 70%;margin: auto;}

.avt-author img {
    width: 150px;
    margin: auto;
    display: block;
    margin-bottom: 26px;
    object-fit: contain;
    border-radius: 50%;
}

section.se-news-review {
    padding-top: 24px;
}

section.se-news-review p.title {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width:1024px) {
    .content-author p {
        max-width: 100%;
    }

    .main-page.page-author {
        padding: 20px 0;
    }

    .category-tips__list {grid-template-columns: 1fr 1fr;}

    section.se-news-review p.title {
        margin-bottom: 14px;
    }
}
button.button-loadmore.loadMorePostAuthor {
    margin: auto;
    display: block;
}
.category-tips__list.row {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.social-icon {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.social-icon a img {
    width: 40px;
}
@media only screen and (max-width:768px) {
    .category-tips__list.row {
        grid-template-columns: 1fr 1fr !important;
    }
}