/* section .text-wrap {
    background: var(--gray_bg);
}
@media (min-width: 768px) {
    section .text-wrap {
        padding-right: 18%;
    }
    section .sec-img {
        transform: translateX(-17.2%);
    }
    section.reverse .text-wrap {
        padding-left: 18%;
    }
    section.reverse .sec-img {
        text-align: right;
        position: relative;
        transform: translateX(17.2%);
    }
}
@media (max-width: 767px) {
    section .text-wrap {
        padding-right: 1rem;
    }
    section.reverse .text-wrap {
        padding-left: 1rem;
    }
} */
.process-icon {
    width: 156px;
    height: 156px;
    box-shadow: 0px 4px 16px 0px #0000001F;
    z-index: 999;
    padding: 2.4rem;
}
.process-icon.left-icon {
    top: 16%;
    left: 0;
    transform: translateX(-50%);
}
.process-icon.right-icon {
    bottom: 16%;
    right: 0;
    transform: translateX(50%);
}
.approach-points:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-color);
    width: 33.33%;
    height: 1px;
}
.point-wrap h4 {
    overflow: hidden;
    height: 3.4rem;
}
@media (max-width: 1299px) {
    .process-icon {
        width: 154px;
        height: 154px;
    }
}