
.ly_cases_2   .r_button {
    color: #FFFFFF;
    background-color: #0c5adb;
    border: 1px solid #00000000;
}
.ly_cases_2 .r_button:hover {
    color: #FFFFFF;
    background-color: #19c066;
    border: 1px solid #00000000;
}
.ly_cases_2  .cases_wrapper{text-align:center}
.ly_cases_2  .r_content {
                    line-height: 2;
                }

                .ly_cases_2 .r_button {
                    display: inline-block;
                    padding: 14px 30px;
                    font-size: 16px;
                    text-decoration: none;
                    border-radius: 10px
                }

                @media screen and (max-width: 1000px) {
                    .ly_cases_2 .r_button {
                    }
                }
