.blogs-post-wrapper {
    padding:.5rem 3.5rem 1.5rem 3.5rem;
}
.blogs-post-about-author-body {
    padding:.5rem 3.5rem 1.5rem 3.5rem;
    font-size: 1.2rem;
}
.blogs-post-img {
    width: 100%;
    height: 550px;
    margin-bottom: 10px;
}
.blogs-post-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blogs-post-about-author-header {
    background-color: transparent;
    padding: 0;
    padding-left: 3.5rem;
    color: #0f2d4f
}
.blogs-post__btn {
    max-width: 160px;
}
.blogs-post__btn .arrow {
    right: 28px;
}
.blogs-post-about-author {
    margin-top: 0;
}
.blogs-post-author img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.blogs-post-link {
    color: #0f2d4f;
    font-family: 'PT Serif';
    transition: all ease .3s;
}
.blogs-post-link:hover {
    color: #0f2d4f;
}
.blogs-post-content ul {
    list-style-type: disc;
    padding-inline-start: 40px;
    margin-bottom: 1rem;
}
.blogs-post-content a,
.blogs-post-about-author a {
    color: #0f2d4f;
    font-family: 'PT Serif';
    transition: all ease .3s;
}

.blogs-post-content blockquote {
    padding: 0 30px;
    font-family: "PT Serif";
    font-size: 1.2rem;
}
