body {
    background: #fff !important;
}

.header .logo-header {
    width: auto;
    padding: 0;
    display: block;
}

.header .logo-header p {
    font-size: 1.9rem;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: -0.75px;
    line-height: 30px !important;
    word-wrap: normal;
}

.wrap-single {
    width: 66%;
    padding-bottom: 100px;
    margin: 0 auto;
    margin-top: 150px;
}

.header-post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.header-post .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -0.15625rem;
}

.header-post .excerpt {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    padding-left: 0;
    line-height: 1.75rem;
    text-align: left;
    color: #555;
}

.header-post .options {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-post .options .about .author {
    font-size: 1rem;
    letter-spacing: -0.01875rem;
    font-weight: 700;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 8px;
    color: #555;
}

.header-post .options .about .time {
    font-size: 0.75rem;
    line-height: 1rem;
    max-height: 1rem;
    font-family: "Open Sans", sans-serif;
    color: #555;
}

.header-post .options .share {
    display: flex;
    flex-direction: row;
}

.header-post .options .share button {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    margin-right: 30px;
    cursor: pointer;
}

.header-post .options .share button img {
    width: 100%;
    height: auto;
}

@media (max-width: 1020px) {
    .wrap-single {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header .logo-header p {
        font-size: 1.4rem;
    }
    .header-post .title {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 2rem;
        color: #111;
        line-height: 2.25rem;
        letter-spacing: -0.09375rem;
    }
    .header-post .excerpt {
        margin-top: 15px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        letter-spacing: -0.03125rem;
        text-align: left;
        color: #555;
    }
    .header-post .options {
        flex-direction: column;
    }
    .header-post .options .share {
        margin-top: 20px;
    }
}

.body-post {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.body-post p {
    width: 650px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.03125rem;
    overflow-wrap: break-word;
    color: #333;
    line-height: 1.75rem;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.body-post h2 {
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.0625rem;
    overflow-wrap: break-word;
    color: #111;
    font-size: 2rem;
    padding: 40px 0 30px 0;
    width: 650px;
    margin: 0 auto;
}

@media (max-width: 1020px) {
    .body-post {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .body-post p {
        font-size: 1.125rem;
        width: 100%;
    }
    .body-post h2 {
        font-size: 1.5rem;
        padding: 25px 0 10px 0;
        width: 100%;
    }
}

.seeMore {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 200px;
}

.seeMore .posts .post {
    grid-template-columns: 1fr 2fr;
}

.content {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.content .sectionTitle {
    font-size: 1.4em;
    font-family: "Open Sans", sans-serif;
    color: #111;
    font-weight: 700;
    padding: 4rem 1rem;
}

@media (max-width: 1020px) {
    .content {}
    .content .sectionTitle {}
    .content {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 100px;
    }
}

.comments {
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
}

.comments .sectionTitle {
    font-size: 1.4em;
    font-family: "Open Sans", sans-serif;
    color: #111;
    font-weight: 700;
    padding: 4rem 1rem;
}

@media (max-width: 1020px) {
    .comments {
        width: 96%;
        margin: 0 auto;
    }
    .comments .sectionTitle {
        font-size: 1.4em;
        font-family: "Open Sans", sans-serif;
        color: #111;
        font-weight: 700;
        padding: 4rem 0;
    }
}