.single-post h1 {
    font-size: 58px;
}

.single-post .hero-wrapper {
    border-bottom: solid var(--black) 8px;
}

form#search-filter-form-728 {
    display: none;
}

.news-grid {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 20px;
}

.news-title {
    min-height: 85px;
}

.news-grid .button {
    position: absolute;
    bottom: 20px;
    left: 0;
}

@media (max-width: 768px) {
    .single-post h1 {
        font-size: 35px;
    }
}