.title{
    text-align: center;
    margin-top: 60px;
    padding-bottom: 60px;
    border: solid 1px #ffffff;
    border-bottom-color: #d1d1d1;
}
.line{
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #d1d1d1;
}
.title>span:nth-child(2){
    font-size: 18px;
    font-weight:400;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}