.curriculm #elementary .news{
    border-top: 1px dotted #ff9700;
    border-bottom: 1px dotted #ff9700;
    margin-bottom: 15px;
    margin-right: 48%;
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-size: .9em;
}
.curriculm #elementary .news h3{
    top: -12px;
    display: inline-block;
    margin: auto;
    background: #fff;
    padding: 0 10px;
    left: 0;
    right: 0;
    font-size: 1.2em;
    width: 5em;
    position: absolute;
}
.curriculm #elementary .news p{ margin-bottom: 10px;}

@media screen and (max-width: 599px) {
    .curriculm #elementary .news{
        margin-right: 0;
        width: 90%;
        margin: 0 auto 15px;
    }
}