.container {
    padding-bottom: 100px;
}

h2 {
    font-size: 32px;
    font-weight: bold;

    margin: 40px 0 20px;

    text-align: center;
}

.date {
    font-size: 16px;

    margin-bottom: 40px;

    text-align: center;

    color: #999999;
}

.date::before {
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 10px;

    content: '';

    background-image: url('../images/2022_icon_date.png');
    background-repeat: no-repeat;
}

.content {
    line-height: 24px;
}
@media only screen and (max-width: 768px) {
    .container {
        width: 93% !important;
        padding: 0 3.5%;
    }
}
