h1 {
    margin: 0 auto 50px;
    text-align: center
}

h2 {
    font-size: 2.125rem;
    font-weight: normal;
    color: #3e4e57;
    margin: 50px 0 20px
}

h3 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #3e4e57
}

.item-content a, .back-link {
    display: block;
    text-align: center;
    color: #34bfbd;
    font-weight: 500
}

.item-content a:hover, .back-link:hover {
    text-decoration: underline
}

.container {
    padding-bottom: 100px
}

.item-header {
    padding-top: 100px
}

.item-date {
    font-weight: 500;
    color: #4b707e;
    margin-bottom: 20px
}

.item-image {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    object-fit: contain;
    margin: 0 auto 50px auto;
    width: auto
}

.item-content {
    margin: 0 auto 30px;
    width: min(860px, 100%)
}

.item-content > p, .item-content ul {
    color: #6a7884;
    font-size: 1.25rem;
    line-height: 160%;
    text-indent: 2em;
    margin-bottom: 10px
}

.item-content ul {
    list-style: disc inside
}

.item-content ul ul {
    list-style: circle inside;
    margin-left: 2em
}

.item-content a {
    display: inline
}

@media (max-width: 799px) {
    .item-header {
        padding-top: 50px
    }

    .item-image {
        width: 100%
    }

    .item-content a, .back-link {
        text-decoration: underline
    }
}
