.content_title {
  max-width: 360px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #000000;
}

.content_info {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    color: #000000;
    /*white-space: pre-line;*/
    @media (max-width: 750px) {
        margin-top: 20px;
    };
    line-height: 22px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 30px;
}
    .content_info p{
        margin-bottom:5px;
    }

    .file_box {
        width: 100%;
        margin-bottom: 30px;
    }

.file_box > a {
  font-size: 14px;
  color: #225ebc;
  text-decoration: underline;
}
