.case-details-img{
    & img{
        width: 100%;
    }
}
.case-details-text{
    & h2{
        font-size: 30px;
        margin-bottom: 24px;
    }
    & p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }
}
.case-link{
    & ul{
        & li{
            display: flex;
            margin-bottom: 12px;
            &:last-child{margin-bottom: 0;}
            & i{
                font-size: 24px;
                color: $theme-color;
                margin-right: 17px;
                position: relative;
                top: 8px;
            }
            & span{
                font-size: 16px;
                font-weight: 400;
                line-height: 30px;
                color:$body-text-color;
            }
        }
    }
}