.header-bg {
    width: 100%;
    height: 466px;
    display: flex;
    flex-shrink: 0;
    background: linear-gradient(to top, #ab0000, #460000);
}

.header-bg .bg-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
}

.header-bg .bg-content h2 {
    margin: 32px 0 24px;
    font-size: 27px;
    font-weight: normal;
    color: white;
}

.header-bg .bg-content p {
    display: block
    color: white;
    font-size: 2em;
    margin-top: 40px;
}

@media screen and (min-width:600px) {
    .article-content .content {
        display: flex;
        width: 100%;
        max-width: 800px;
        padding: 64px 40px;
        font-size: 18px;
        flex-direction: column;
        margin-bottom: 70px;
    }

    .article-content {
        display: flex;
        max-width: 1160px;
        margin: 0 auto;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:600px) {
    .article-content {
        display: flex;
        max-width: 1160px;
        margin: 0 auto;
        padding: 64px 16px;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        flex-direction: column;
        align-items: center;
    }

    .article-content .content {
        display: flex;
        width: 100%;
        font-size: 1.1em;
        flex-direction: column;
        margin-bottom: 70px;
    }
}

.article-content img {
    display: flex;
    width: 100%;
    height: 100%;
}

.content-move {
    margin-top: -64px;
    transition: margin-top .8s ease-in-out;
}

.article-content .content p {
    font-size: 1.55rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
}

.article-content .content a {
    display: flex;
    text-decoration: none;
    color: #3C4858;
    font-size: 17px;
    padding: 20px;
}

.article-content .content a span {
    flex-grow: 1;
}

.article-content .content a time {
    white-space: nowrap;
}

.article-content .content a:hover {
    background: #F8F9FB;
    color: #4CA5CE;
    border-radius: 6px;
}
