.sec1 {
    padding: 228px 0 0;
}

.sec1 .wrap .title_color {
    margin-bottom: 40px;
}

.sec1 .wrap .text {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.8;
}

.suitable_section {
    padding: 100px 0 0;
}

.sec2 {
    padding: 104px 0 0;
}

.sec2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .item {
    width: 516px;
    background: rgba(16, 30, 33, 0.5);
    border-radius: 12px;
    padding: 38px 30px 55px 40px;
}

.sec2 .wrap .item .item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.sec2 .wrap .item .item_title > p {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 45px;
    transition: 0.6s;
}

.sec2 .wrap .item .img_box {
    margin-bottom: 30px;
}

.sec2 .wrap .item .img_box .img {
    width: 415px;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.sec2 .wrap .item .img_box .img img {
    display: block;
    transition: 3s;
}

.sec2 .wrap .item .img_box p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.sec2 .wrap .item .item_text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.sec2 .wrap .item:hover .item_title > p {
    color: #00BD56;
}

.sec2 .wrap .item:hover .img_box .img img {
    transform: scale(1.1);
}

.technical_section {
    padding: 140px 0 0;
}

.technical_section .wrap .sec2_top {
    margin-bottom: 80px;
}

.technical_section .wrap .sec2_top .title {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 60px;
    opacity: 0.9;
    text-transform: capitalize;
}

.technical_section .wrap .content .item .item_text {
    position: relative;
}

/*.technical_section .wrap .content .item .item_text .more {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: -110px;*/
/*    transform: translateX(100%);*/
/*}*/

.case_section {
    padding: 141px 0;
}

/*# sourceMappingURL=x_ray.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 11.875vw 0px 0px;
    }

    .sec1 .wrap .title_color {
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .text {
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }

    .suitable_section {
        padding: 5.2083333333vw 0px 0px;
    }

    .sec2 {
        padding: 5.4166666667vw 0px 0px;
    }

    .sec2 .wrap .item {
        width: 26.875vw;
        border-radius: 0.625vw;
        padding: 1.9791666667vw 1.5625vw 2.8645833333vw 2.0833333333vw;
    }

    .sec2 .wrap .item .item_title {
        margin-bottom: 0.7291666667vw;
    }

    .sec2 .wrap .item .item_title > p {
        font-size: 1.25vw;
        line-height: 2.34375vw;
    }

    .sec2 .wrap .item .img_box {
        margin-bottom: 1.5625vw;
    }

    .sec2 .wrap .item .img_box .img {
        width: 21.6145833333vw;
        height: 12.7604166667vw;
        margin-bottom: 1.3020833333vw;
    }

    .sec2 .wrap .item .img_box p {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .item .item_text {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .technical_section {
        padding: 7.2916666667vw 0px 0px;
    }

    .technical_section .wrap .sec2_top {
        margin-bottom: 4.1666666667vw;
    }

    .technical_section .wrap .sec2_top .title {
        font-size: 1.875vw;
        line-height: 3.125vw;
    }

    .case_section {
        padding: 7.34375vw 0px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 0;
    }
    .sec1 .wrap .text {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .title_color {
        margin-bottom: 20px;
    }
    .suitable_section {
        padding: 60px 0 0;
    }
    .suitable_section .wrap .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .suitable_section .wrap .content .item {
        width: 100%;
        height: unset;
        padding: 20px 0;
    }
    .suitable_section .wrap .content .item .icon img {
        width: 30px;
    }
    .suitable_section .wrap .content .item .icon {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        margin-right: 10px;
    }
    .suitable_section .wrap .content .item p {
        width: calc(100% - 60px);
        font-size: 14px;
        line-height: 1.6;
    }
    .technical_section .wrap .sec2_top .title {
        font-size: 26px;
        line-height: 1.6;
    }
    .technical_section {
        padding: 60px 0 0;
    }
    .case_section {
        padding: 80px 0 60px;
    }
    .sec2 {
        padding: 60px 0 0;
    }

    .sec2 .wrap {
        flex-wrap: wrap;
    }
    .sec2 .wrap .item {
        width: 100%;
        padding: 30px 20px;
        border-radius: 4px;
        margin-bottom: 40px;
    }
    .sec2 .wrap .item .item_title > p {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec2 .wrap .item .item_title {
        margin-bottom: 20px;
    }
    .sec2 .wrap .item .img_box .img {
        width: 100%;
        height: 50vw;
        margin-bottom: 10px;
    }
    .sec2 .wrap .item .img_box p {
        font-size: 14px;
    }
    .sec2 .wrap .item .item_text {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec2 .wrap .item .img_box {
        margin-bottom: 30px;
    }
    .sec2 .wrap .item .item_title .color_btn {
        display: none;
    }
    .sec2 .wrap .item>.color_btn {
        display: flex !important;
        margin: 30px 0 0;
    }
}
