/* Blog content */
.blog-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.blog-content .post-list {
    width: 65%;
}
.blog-content .sidebar {
    width: calc(35% - 30px);
}
.section {
    padding-top: 50px;
}
p {
    font-family: "Muli",sans-serif;
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}