.single-wrap {
    padding-top: 140px;
    padding-bottom: 100px
}

.post-row {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid var(--border)
}

.post-row h2 {
    margin-bottom: 40px;
    font-family: var(--font);
}

.post-share h2 {
    margin-bottom: 20px;
    font-family: var(--font);
}

.image-three .content-image {
    width: 33.33%;
    object-fit: cover;
}