


.content{
    flex: 1;
    margin-right: 3rem;
}

.content .title{
    font-size: 2.8rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

.content .time{
    color: #999999;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 1.2rem;
}

.content .text{
    padding-top: 4.8rem;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 3rem;
}