#sp-header.full-header {
    padding-left: 15px;
    padding-right: 15px;
}
.article-details .article-full-image {
        display: flex;
    justify-content: center;
    display: none;
}
.article-details .article-header h1,
.article-details .article-header h2 {
    max-width: 70%;
    line-height: 80px;
    font-weight: 700;
}
.article .article-full-image {
    display: block;
}
@media (max-width: 767.98px) {
    .article-details .article-header h1,
.article-details .article-header h2 {
    max-width: 100%;
    line-height: 50px;
}
}