h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #03C2B5;
    margin: 35px 0;
}
.case-sumamry-link-style1 {
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 800;
    color: #1D1D1D;
    font-size: 14px;
    text-decoration: underline !important;
    letter-spacing: 0.5px;
}
.case-sumamry-link-style2 {
    margin: 25px 0;
    display: inline-block;
    background-color: #01ACA0;
    padding: 20px 35px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 800;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all .3s;
}
.case-sumamry-link-style2:hover {
    background-color: #03C2B5;
    color: #FFF !important;
}