.posts-by-author-title{
    color: #012F6B;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .posts-by-author-title{
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }
}