header img {
    width: 100%;
}

.content-list {
    margin: 0 1.25rem;
}

.last-content {
    border-bottom: none !important;
}

.release-date-border {
    margin: 2rem 0;
}

.release-date-border h2 {
    display: flex;
}

.release-date-border h2 span {
    color: #f11f7b;
}

.release-date-border h2::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #7b7b7b;
    margin: auto;
    margin-left: 0.5rem;
    
}

.img-area {
    text-align: center;
}

.img-area img {
    max-width: 100%;
}

.content {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px #333 solid;
}

.content a {
    text-decoration: none;
}

.content h3 {
    margin: 1rem 0;
    color: #cacaca;
    line-height: 1.3rem;
    white-space: pre-wrap;
}

.content .description {
    margin: 1rem 0;
    font-size: 0.8rem;
    color: #979797;
    line-height: 1.1rem;
    white-space: pre-wrap;
}

.content .tags {
    color: #979797;
}

@media screen and (max-width: 1024px) {
    .content h3 {
        font-size: 0.8rem;
    }

    .content .description {
        font-size: 0.75rem;
    }

    .content .tags {
        font-size: 0.75rem;
    }
}