.footer_con{
    width: 100%;
    /*height: 120px;*/
    background: #686d81;
    margin-top: 30px;
}
.footer_con p{
    font-size: 12px;
    color: #979bae;
    width: 95%;
    margin: auto;
    text-align: center;
}
.footer_con p:first-child{
    padding-top: 15px;
}
.footer_con p:nth-child(2){
    padding-top: 10px;
}
