.single-post-article {
    margin: 60px 0;
}

.post-title {
    margin-top: 60px;
}

.post-excerpt {
    text-align: center;
    margin: 30px 32px 0;
}

.post-image img {
    width: 100%;
    border-radius: 18px;
    margin-top: 60px;
}

.post-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin: 60px 0 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin: 32px 0 0;
}

.post-content p {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .post-excerpt {
        margin: 16px 0 0;
    }

    .post-image img {
        margin-top: 32px;
    }

    .post-content h2 {
        font-size: 28px;
        line-height: 1.2;
    }
}