.budi-brian-module-repeater__wrapper {
    gap: 132px;
}

.budi-brian-module-repeater__item::before {
    content: '';
    width: 100vw;
    height: 100%;
    left: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 10px 40px 0px #0000001A;
}

.budi-brian-module-repeater__item>* {
    position: relative;
    z-index: 3;
}

.budi-brian-module-repeater__item:nth-child(even)::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    right: 0;
    left: auto;
}

.budi-brian-module-repeater__item-image {
    max-width: 475px;
}

.budi-brian-module-repeater__item-content {
    flex-basis: 100%;
}

.budi-brian-module-square-box {
    width: 485px;
    height: 470px;
    border-radius: 60px;
    bottom: -34px;
    left: -35px;
    z-index: 1;
    box-shadow: 0px 10px 40px 0px #0000001A;

}

.budi-brian-module-repeater__item:nth-child(odd) .budi-brian-module-square-box {
    border-bottom-left-radius: 120px;
}

.budi-brian-module-repeater__item:nth-child(even) .budi-brian-module-square-box {
    border-bottom-right-radius: 120px;
    left: auto;
    right: -35px;
}

.budi-brian-module-repeater__item-sub-title {
    margin-bottom: 19px;
    line-height: 1em;
    font-size: 16px;
}

.budi-brian-module-repeater__item-checklist {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 25px;
    margin-top: 50px;
}

.budi-brian-module-repeater__item-checklist-item {
    gap: 15px;
}

.budi-brian-module-repeater__item-checklist-item-text {
    max-width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
    .budi-brian-module-repeater__item:nth-child(odd) {
        margin-left: 25px;
    }

    .budi-brian-module-repeater__item:nth-child(even) {
        margin-right: 25px;
    }

    .budi-brian-module-square-box {
        height: 85%;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        left: -45px;
        border-radius: 0 !important;
    }

    .budi-brian-module-repeater__item::before {
        border-top-left-radius: 64px;
        border-bottom-left-radius: 64px;
    }

    .budi-brian-module-repeater__item:nth-child(even)::before {
        border-top-right-radius: 64px;
        border-bottom-right-radius: 64px;
    }

    .budi-brian-module-repeater__item-checklist {
        grid-template-columns: 100%;
    }
}
