.case_inner_block {
    position: relative;
    width: 100%;
}

.case_inner_content {
    position: relative;
    width: 90%;
    margin: auto;
    display: table;
}

.case_item {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.case_item:nth-of-type(1) {
    margin-top: 0px;
}

.case_title {
    color: #121416;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}

.single_case_content {
    border-radius: 10px;
    background: #F7F7F7;
    width: 100%;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.case_desc {
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.caes_image {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.caes_image img {
    width: 100%;
    border-radius: 10px;
}

.clarity_block {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.clarity_block ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clarity_block ul li {
    width: 30%;
}

.clarity_block ul li h1 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -1.106px;
}

.clarity_block ul li h2 {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.527px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.clarity_block ul li p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.feature_box {
    position: relative;
    margin-top: 30px;
}

.feature_box ul {
    position: relative;
    overflow: hidden;
}

.feature_box ul li {
    display: flex;
    justify-content: space-between;
    float: left;
    align-items: flex-start;
    width: calc(50% - 30px);
    min-height: 106px;
    margin-right: 30px;
}

.feature_box ul li img {
    width: 24px;
}

.feature_box ul li .text {
    width: calc(100% - 40px);
}

.feature_box ul li .text h1 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
}

.feature_box ul li .text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width:1024px) {
    .case_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .case_desc {
        font-size: 17px;
    }

    .single_case_content {
        padding: 26px;
    }

    .case_item {
        margin-top: 40px;
    }

    .feature_box ul li .text h1 {
        font-size: 17px;
    }

    .feature_box ul li .text p {
        font-size: 15px;
    }

    .feature_box ul li img {
        width: 22px;
    }

    .feature_box ul li .text {
        width: calc(100% - 38px);
    }

    .clarity_block ul li h1 {
        font-size: 24px;
    }

}

@media screen and (max-width:768px) {
    .case_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .case_desc {
        font-size: 16px;
    }

    .single_case_content {
        padding: 24px;
    }

    .case_item {
        margin-top: 30px;
    }

    .feature_box ul li .text h1 {
        font-size: 16px;
    }

    .feature_box ul li .text p {
        font-size: 14px;
    }

    .feature_box ul li img {
        width: 20px;
    }

    .feature_box ul li .text {
        width: calc(100% - 36px);
    }

    .feature_box ul li {
        min-height: 120px;
    }

    .clarity_block ul li h1 {
        font-size: 22px;
    }

    .case_inner_content {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .case_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .case_desc {
        font-size: 15px;
    }

    .single_case_content {
        padding: 20px;
    }

    .case_item {
        margin-top: 20px;
    }

    .feature_box {
        margin-top: 20px;
    }

    .feature_box ul li .text h1 {
        font-size: 15px;
    }

    .feature_box ul li .text p {
        font-size: 13px;
    }

    .feature_box ul li img {
        width: 18px;
    }

    .feature_box ul li .text {
        width: calc(100% - 34px);
    }

    .feature_box ul li {
        min-height: 10px;
        float: none;
        width: calc(100% - 30px);
        margin-right: 0px;
        margin-top: 20px;
    }

    .feature_box ul li:nth-of-type(1) {
        margin-top: 0px;
    }

    .clarity_block ul li h1 {
        font-size: 20px;
    }

    .clarity_block ul {
        display: block;
    }

    .clarity_block ul li {
        width: 100%;
        margin-top: 20px;
    }

    .clarity_block ul li:nth-of-type(1) {
        margin-top: 0px;
    }

}

@media screen and (max-width: 400px) {
    .case_desc {
        font-size: 14px;
    }
}