.csr-wrapper{
    width:90%;
    max-width:1100px;
    margin:40px auto 80px;
}

.csr-title{
    font-size:58px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
}

.csr-list{
    margin-left:25px;
}

.csr-list li{
    margin-bottom:18px;
    font-size:20px;
    color:#444;
}

.csr-list a{
    color:#2fc6d3;
    text-decoration:none;
    transition:.3s;
}

.csr-list a:hover{
    color:#111;
}
