.p_header {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(30, 30, 30,1);
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.p_header .font {
	vertical-align: middle;
    line-height: 40px;
    padding-bottom: 30px;
}

.p_line {
	width: 100%;
    height: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(240,240,240,1);
    opacity: 1;
}

.p_content {
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228,228,228,0);
    background-color: transparent;
    overflow: hidden;
}