.note-section-outer {
    color: var(--brand-primary);
    padding: 60px 0 0;
    position: relative;
    z-index: 3
}

.note-section-outer .note-section-inner {
    margin: 0 auto;
    max-width: 792px
}

.note-section-outer .note-section-inner .heading {
    margin-inline: auto;
    max-width: 780px
}

.note-section-outer .note-section-inner .note-repeater {
    display: grid;
    margin: 50px 0 0
}

@media (min-width:768px) {
    .note-section-outer .note-section-inner .note-repeater {
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        margin: 90px 0 0
    }
}

@media (min-width:992px) {
    .note-section-outer .note-section-inner .note-repeater {
        gap: 106px 40px
    }
}

.note-section-outer .note-section-inner .note-repeater .h3 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px
}

.note-section-outer .note-section-inner .note-repeater .desc p {
    font-size: 16px;
    line-height: 24px
}

.note-section-outer .note-section-inner .note-repeater>* {
    border-radius: 20px;
    padding: 40px 40px 59px;
    position: relative
}

.note-section-outer .note-section-inner .note-repeater>:nth-child(2),
.note-section-outer .note-section-inner .note-repeater>:nth-child(3) {
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 #deefe7;
    box-shadow: 0 0 50px 0 #deefe7
}

.note-section-outer .note-section-inner .note-repeater>:first-child:after {
    background-color: var(--brand-primary);
    content: "";
    display: none;
    height: 1px;
    left: calc(100% - 10px);
    position: absolute;
    top: 50%;
    width: 50px
}

@media (min-width:992px) {
    .note-section-outer .note-section-inner .note-repeater>:first-child:after {
        display: block
    }
}

.note-section-outer .note-section-inner .note-repeater>:nth-child(2) {
    margin: 0 0 40px
}

@media (min-width:768px) {
    .note-section-outer .note-section-inner .note-repeater>:nth-child(2) {
        margin: 0
    }
}

.note-section-outer .note-section-inner .note-repeater>:nth-child(2):after {
    background: url(https://cience.com/hubfs/Cience_2025/new_theme/images/Sales Journey/note-section-vector-dark.svg) 50% no-repeat;
    content: "";
    display: none;
    height: 257px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-63.4%, -1%);
    -ms-transform: translate(-63.4%, -1%);
    transform: translate(-63.4%, -1%);
    width: 655px;
    z-index: -1
}

@media (min-width:992px) {
    .note-section-outer .note-section-inner .note-repeater>:nth-child(2):after {
        display: block
    }
}

.note-section-outer .note-section-inner .note-repeater>:nth-child(3):after {
    background-color: var(--brand-primary);
    content: "";
    display: none;
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 50px
}

@media (min-width:992px) {
    .note-section-outer .note-section-inner .note-repeater>:nth-child(3):after {
        display: block
    }
}

.note-section-outer .note-section-inner .note-repeater h3 {
    font-size: 44px;
    line-height: 135%;
    margin: 0 0 6px
}

.note-section-outer .note-section-inner .note-repeater .note-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 16px
}