.sticky-box .contant-wadget,.sticky-title {
    text-align:center
}

.sticky-content {
    max-width:750px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    align-items:center;
    position: relative;
    z-index: 10;
}

.sticky-box {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    align-items:center
}

.sticky-features-Center-area {
    width:100%;
    margin-bottom:16px;
    OVERFLOW:hidden;
    position:relative
}

.sticky_features-items {
    position:relative;
    display: flex;
    flex-wrap: wrap;
}

.--gallery-features-- {
    flex:1;
    max-width: 437px;
    display:flex;
    min-width: 333px;
    flex-wrap:wrap;
    flex-direction:column;
    align-items:center;
    gap:20px;
    margin:15px;
    position:relative
}

.--gallery-features-- svg {
    width:129px;
    position:absolute;
    top:24%;
    left:-132px;
    transform:rotateY(180deg)
}

.--gallery-features-- svg g {
    fill:var(--uicolor)
}

.--inner-box-- img {
    border-radius:50%;
    position:relative;
}

.--inner-box--::before {
    content:'';
    border:3px dashed var(--uicolor);
    width: 250px;
    height: 250px;
    position:absolute;
    z-index:2;
    border-radius:50%
}

.--inner-box--:hover::before {
    animation:20s linear infinite rotateme-img
}

@keyframes rotateme-img {
    from {
        transform:rotate(0)
    }

    to {
        transform:rotate(360deg)
    }
}

.--inner-box-- {
    display:flex;
    justify-content:center;
    position:relative;
    height: 240px;
    width: 240px;
    align-items: center;
}

.feature-numer {
    position:absolute;
    background: var(--uicolor4);
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    color: white;
    font-size:22px;
    font-weight:600;
    right:-7px;
    top:27px;
    z-index:3;
    font-family:var(--f-number)
}

.--content--box-- {
    padding:14px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction: column;
}

.sticky-title {
    font-size:25px;
    font-weight: 500;
    margin-bottom:15px;
    color:var(--uicolor);
}

.sticky-form_contant {
    text-align:center;
    font-size:18px;
    font-weight:400;
    line-height:1.5;
    color:var(--secondarytext)
}
