.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) {
    .tags-content .content {
        display: flex;
        width: 100%;
        max-width: 1000px;
        padding: 64px 40px;
        font-size: 18px;
        flex-direction: column;
    }

    .tags-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) {
    .tags-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;
    }

    .tags-content .content {
        display: flex;
        width: 100%;
        font-size: 1.1em;
        flex-direction: column;
    }
}

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

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

.tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: space-evenly;
}

.tags-content .content .tags-list a {
    display: flex;
    text-decoration: none;
    margin-right: 10px;
}

.tags-content .content .tags-list a>span {
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .12);
    position: relative;
    top: 0;
    color: #fff;
    font-weight: 500;
    background-color: #37a7d4;
}

.tags-content .content .tags-list a>span>i {
    margin-left: 6px;
    text-align: center;
    color: #d8d6d6;
}

.tags-content .content .tags-list a>span:hover {
    top: -2px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .22);
    transition: all .3s ease-in-out;
}

.tags-page {
    display: flex;
    flex-grow: 1;
    flex-basis: auto;
    flex-direction: column;
    margin-top: 0px;
    margin-top: 66px;
}

.one-page {
    display: flex;
    max-width: 100%;
    padding: 0 calc((100% - 1200px)/2) 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.one-tags h3 {
    font-size: 1.5em;
}

.one-page .page {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 360px;
    position: relative;
    min-height: 200px;
    max-height: 200px;
    margin: 20px;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
    flex-direction: column;
    position: relative;
    top: 0px;
}

.one-page .page img {
    width: 100%;
    height: auto;
}

.one-page .page p {
    background: rgba(114, 114, 114, 0.63);
    position: absolute;
    top: 72%;
    font-weight: 200;
    font-size: 40px;
    color: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
