.container-title-d1{
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}
.container-title-d2 {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}
.container-title-d3{
    text-align: center;
    margin-top: 60px;
}
.container-title-d3 a{
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 2px;
}
.container-title-d3 a:first-child {
    margin-right: 20px;
    background-color: #0060FA;
    color: #ffffff;
}
.container-title-d3 a:last-child {
    background-color: #ffffff;
    color: #081D4D;
    border: 1px solid #eee;
}