.container .content {
    width: 900px;
    padding-bottom: 50px;
}

.container .content .content-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 36px;
    color: #000000;
    word-wrap: break-word;
}

.container .content .line {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(to right, #770000 0%, #770000 15%, #ddd 15%, #ddd 100%);
}