.se h1, .se h2, .se h3, .se h4 {
font-size:30px; 
font-family: Lato;
margin:25px 0;
line-height: 34px;
font-weight: 300;
font-style: normal;
color: #888888;
text-align:center;
}
.se p {
text-align:justify;
margin:5px 0;
}
.se .one a.read {
cursor: pointer;
margin: 0 auto;
display: block;
float: none;
width: 120px;
text-align: center;
text-transform:uppercase;
color: #888888;
position:relative;
background:#fff;
margin-top:20px;
}
.se .one a.read:before {
position:absolute; 
width:300%;
height:1px;
background:#888888;
content:'';
top:50%;
transform: translatex(-50%);
z-index: -1;
left: 50%;
}
.se .more {
display:none; 
}