.content{
    width: 95%;
    margin: auto;
    text-align: left;
}
.content p{
    font-size: 14px;
    color: #686d81;
    font-weight: bolder;
}
.content p:first-child{
    margin-top: 20px;
}