.module_content {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.news-information {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.news-information h2 {
    text-align: center;
    margin-bottom: 10px;
}

.news-information .underline {
    border: none;
    height: 2px;
    background-color: blue;
    width: 50px;
    margin: 0 auto;
}

.news-substance .news-item {
    display: flex;
    margin-top: 30px;
}

.news-substance .date-circle {
    width: 50px;
    height: 50px;
    background-color: #E98E3D;
    color: white;
    text-align: center;
    line-height: 1.5;
    border-radius: 50%;
    margin-right: 20px;
}


.news-contents {
    margin-top:50px;
    font-size: 18px;
	line-height: 20px;
}

