.bg-light-blue {
    background-color: #EBF5FF;
}

.our-process-container {
    position: relative;
}

.our-process-container__img-bg {
    position: absolute;
    width: 100%;
    height: 655px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.our-process-list .row {
    display: flex;
    justify-content: center;
}

.our-process-content {
    margin-bottom: 60px;
}

.bg-blue-slate {
    background-color: rgb(0 58 112 / 92%);

    & :where( h2, h3, h4, h5, h6, p ) {
        color: #fff;
    }
}

.icon__item {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;

    & .icon__list {
        background-color: #317fe2;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;

        & img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }
    }

    & .icon__list-content {
        & span {
            font-size: 20px;
            font-weight: 600;
            color: #003A70;
            text-transform: uppercase;
        }

        & p {
            color: #171717;
            font-size: 20px;
        }
    }
}
