@media (min-width: 1200px) {
    .ui.content.container {
        width: 85% !important;
    }
}
.ui.content.container {
	background: #fff;
    max-width: 1000px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(34, 36, 38, .15);
    margin-top: 80px;
    margin-bottom: 40px;
    overflow: hidden;
	transition: 1s;
}
.text.container {
    margin-top: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15.5px;
    line-height: 1.5em;
    color: #555668;
    padding-bottom: 40px;
}
#title {
    margin-top: 40px;
    color: #40425b;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
/* Valine */
#vcomments {
    margin-top: 15px;
}