.revolving-model-wrapper {
    background: linear-gradient(to bottom, #F2F4F5 60%, white 40%);
    ;
    padding: 67px 0;
    text-align: center;

    h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 23.18px;
        margin-bottom: 38px;

    }

    .revolving-img-wrapper {
        box-shadow: 0px 1px 10.39px 0px #28272824;
        background: #fff;
        border-radius: 5px;
        padding: 5% 10%;

    }
}

.Entrepreneur-circle {
    padding-block: 30px 65px;

    .Entrepreneur-circle-wrapper {
        text-align: center;
        padding: 10% 21%;
        position: relative;

        span {
            position: absolute;
            font-weight: 700;
            font-size: clamp(0.5625rem, 0.2443rem + 1.5909vw, 1.4375rem);
            color: rgba(0, 0, 0, 1);

            &:nth-child(2) {
                top: 10%;
                left: 50%;
                transform: translateX(-50%);
            }

            &:nth-child(3) {
                top: 50%;
                right: 10%;
                transform: translateY(-50%);
            }

            &:nth-child(4) {
                bottom: 10%;
                left: 50%;
                transform: translateX(-50%);
            }

            &:nth-child(5) {
                top: 50%;
                left: 10%;
                transform: translateY(-50%);
            }

        }
    }
}

.Borrower-screening-wrapper {
    padding-block: clamp(3.125rem, 1.5341rem + 7.9545vw, 7.5rem);
    background: rgba(236, 240, 249, 1);

    .Borrower-screening-img-wrapper {
        position: relative;
        text-align: center;
        padding: 10% 22%;

        span {
            position: absolute;
            text-align: left;
            width: clamp(4.375rem, 0.7386rem + 18.1818vw, 14.375rem);

            h6 {

                font-weight: 700;
                font-style: Bold;
                font-size: clamp(0.3125rem, 0.0398rem + 1.3636vw, 1.0625rem);


            }

            p {
                font-size: clamp(0.28125rem, 0.0881rem + 0.9659vw, 0.8125rem);
            }

            &:nth-child(2) {
                top: 19%;
                right: 8%;


                h6 {

                    color: rgba(254, 158, 15, 1);


                }
            }

            &:nth-child(3) {
                top: 38%;
                right: 3%;


                h6 {

                    color: rgba(7, 186, 146, 1);


                }
            }

            &:nth-child(4) {
                top: 60%;
                right: 8%;


                h6 {

                    color: rgba(38, 158, 224, 1);


                }
            }

            &:nth-child(5) {
                bottom: -2%;
                right: 50%;
                transform: translateX(50%);
                text-align: center;


                h6 {

                    color: rgba(123, 116, 245, 1);


                }
            }




            &:nth-child(6) {
                top: 60%;
                left: 8%;
                text-align: right;

                h6 {

                    color: rgba(38, 158, 224, 1);


                }
            }

            &:nth-child(7) {
                top: 38%;
                left: 3%;
                text-align: right;

                h6 {

                    color: rgba(7, 186, 146, 1);


                }
            }

            &:nth-child(8) {
                top: 19%;
                left: 8%;
                text-align: right;


                h6 {

                    color: rgba(254, 158, 15, 1);


                }
            }

            &:nth-child(9) {
                top: 45%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                font-weight: 700;
                font-size: clamp(0.5625rem, 0.1534rem + 2.0455vw, 1.6875rem);
                line-height: 1;


            }


        }
    }
}

@media (max-width: 768px) {
    .Borrower-screening-wrapper {
        .Borrower-screening-img-wrapper {

            padding: 10% 25%;
        }
    }
}