.our-process-img {
    display: flex;
    place-items: center;
    width: 50%;

    img {
        margin: 0 auto;
        object-fit: contain;
        width: auto
    }
}

.steps-container-our-process {
    display: flex;
    flex-direction: column
}

.section-title-our-process {
    margin: 32px 0
}

.icon-and-separator-container {
    align-items: center;
    display: flex;
    flex-direction: column
}

.item-text-container {
    margin-bottom: 24px
}

.square-bullet-process {
    background-color: var(--color-red);
    border-radius: 8px;
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

.line-icon-separator {
    background-color: var(--color-red);
    height: 100%;
    width: 2px
}

.item-text-container p:first-child {
    color: #e02957;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.625px;
    line-height: 100%;
    text-transform: uppercase
}

.item-text-container p:nth-child(2) {
    color: #131432;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.call-to-action-our-process {
    margin-top: 0
}

@media screen and (width<992px) {
    .steps-container-our-process .multi-column-layout {
        flex-direction: row
    }

    .our-process-img {
        width: 100%
    }
}