.purpose_box {
    position: relative;
}

.image-wrapper-shape {
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    width: calc(100% + 1rem);
    height: 90%;
    background-color: #11a4cb;
    margin-top: -1rem;
    z-index: -1;
}

.approach-item {
    display: flex;
}