body .services__circle-wrapper {
            overflow: hidden;
            position: absolute;
            width: 100%;
            top: 0;
            height: 100%;
        }
.withoutbottomdec .services__circle-wrapper{
    display: none
}
body section.services.withoutbottomdec{
    margin-bottom: 0;
}

        .services__svg--mosaic-circle {
            position: absolute;
            top: -66px;
            left: 50%;
            transform: translateX(-50%);
        }

        @media screen and (min-width: 769px) {
            .services__svg--mosaic-circle.mobile {
                display: none;
            }
        }

        @media screen and (max-width: 768px) {
            .mobile-center-heading{
                width: fit-content;
                margin-left: auto;
                margin-right: auto;
            }
            .mobile-center-heading .services__title span{
                gap: 57px;
            }
            body .services__svg--first-element {
                top: -41px;
                left: 37px;
            }
            .services .services__body-item-image img{
                aspect-ratio: 1/0.6;
                height: unset;
            }

            body .services__svg--fourth-element,
            body .services__svg--fifth-element {
                display: none;
            }

            body .services__svg--second-element {
                bottom: -70px;
                left: -40px;
            }

            body .services__svg--third-element {
                top: 70px;
                right: -15px !important;
            }

            .services__svg--mosaic-circle.mobile {
                top: -16px;
            }

            .services__svg--mosaic-circle.desktop {
                display: none;
            }
        }

        .services__svg--first-element {
            position: absolute;
            top: -60px;
            left: -42px;
        }

        .services__svg--fourth-element {
            position: absolute;
            top: -16px;
            right: 235px;
        }

        .services__svg--third-element {
            position: absolute;
            top: -10px;
            right: -70px;
        }

        .services__svg--second-element {
            position: absolute;
            left: -20px;
            bottom: -110px;
        }

        @media screen and (max-width: 2000px) {

            body .services__svg--fifth-element,
            body .services__svg--third-element {
                right: 0;
            }
        }

        @media screen and (max-width: 768px) {
            body section.services {
                padding-bottom: 90px;
            }

            .services__svg--mosaic-circle {
                max-width: 683px;
            }
        }

        .services__svg--fifth-element {
            position: absolute;
            bottom: -88px;
            right: -100px;
        }

        section.services {
            padding-top: clamp(70px, 9.72vw, 182px);
            padding-bottom: clamp(60px, 9.72vw, 182px);
            margin-bottom: -20px;
            position: relative;
        }

        .services__body-items {

            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .services__body-item.sticky {
            position: sticky;
            z-index: 2;

            opacity: 1;
        }

        .services__body-item.sticky+.services__body-item {
            z-index: 21;
        }

        .services__body-item-image img {
            height: 100%;
            width: auto;
        }
        img:is([sizes="auto" i], [sizes^="auto," i]) {
            contain-intrinsic-size: 3000px 1500px;
        }

        .services__body-item-image {
            z-index: 0;
        }

        .services__body-item-content-types {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }

        .services__body-item-content {
            z-index: 1;
            position: relative;
            padding: clamp(20px, 3.47vw, 65px);
            padding-right: 0;
            max-width: clamp(300px, 38.42vw, 700px);
            box-sizing: border-box;
        }

        .services__body-item-content-text p {
            font-family: var(--font16);
            font-weight: 400;
            font-size: clamp(16px, 1.25vw, 24px);
            line-height: 160%;
            color: #26262a;
        }

        .services__body-item-content-types {
            margin-top: clamp(20px, 2.08vw, 39px);
            margin-bottom: clamp(30px, 3.47vw, 65px);
        }

        .services__body-item-content h2 {
            margin-bottom: clamp(10px, 1.39vw, 26px);
            text-wrap-style: balance;
        }

        .services__body-item-content-types p {
            padding: clamp(6px, 0.56vw, 10px) clamp(11px, 1.11vw, 21px);
            border: 1px solid #E3E3E3;
            background: #fff;
            border-radius: 100px;
        }

        .services__body-item {
            transform-origin: top center;
            overflow: hidden;
            transform: scale(1);
            border: 1px solid #d0d0d0;
            border-radius: 30px;
            background: #f6f6f6;
            display: flex;
            align-items: center;
        }

        .services__head {
            margin-bottom: clamp(30px, 3.47vw, 65px);
        }
        .mobile-center-heading .services__title span {
            justify-content: flex-start;
        }
        .services__title span {
            display: flex;
            justify-content: space-between;
        }

        .services__title span.line-1 span {
            color: #76777E;
        }

        .services__title {
            max-width: clamp(300px, 44.86vw, 840px);
            margin-left: auto;
            margin-right: clamp(0px, 11.04vw, 206px);
        }

        @media screen and (min-width: 992px) {
            .services__title-mobile {
                display: none;
            }

            .services__body-item-image {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                object-fit: cover;
            }
            .mobile-center-heading .services__title span{
                gap: 29px;
            }
        }

        @media screen and (max-width: 991px) {
            .services__body-item-content-text p {
                line-height: 120%;
            }

            .services__title.services__title-mobile {
                max-width: 306px;
                margin-right: unset;
                margin-left: unset;
            }

            .services__title-desktop {
                display: none;
            }

            .services__body-item {
                flex-direction: column;
                align-items: flex-start;
                border-radius: 20px;
            }

            .services__body-item-content {
                padding-bottom: 10px;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 991px) {
            .services__title-mobile h3 {
                font-size: 24px;
            }
        }