.-widgets-counter-items-title>.defult-widgets-h1 {
    font-weight: 500;
    text-align: center
}

.-wid-counter-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 47px;
    overflow: hidden;
    position: relative
}

.wid-cont-Box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1
}

@-webkit-keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.wid-cont-Box:hover .inner-border:after,.wid-cont-Box:hover .inner-border:before {
    background: var(--features-color)
}

.wid-cont-Box:hover .wid-cont-Box-icon {
    transform: scale(1.3) translateY(-1px)
}

.wid-cont-Box-icon>i {
    font-weight: 300
}

.cou-item {
    display: flex;
    font-family: var(--f-number);
    position: relative;
    font-size: 60px;
    transition: 180ms;
    margin-bottom: 15px;
    line-height: 1;
    align-items: center;
    font-weight: 400
}

.cou-item>span {
    color: #fff0;
    font-family: var(--f-number);
    font-size: 90px;
    -webkit-text-stroke: 1px #001837;
    font-weight: 500
}

.feat-item-info {
    text-align: start;
    line-height: 1.4;
    transition: 280ms all ease;
    transition-delay: 0.1s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    flex: 1;
    align-items: center
}

.feat-item-info>.--title--feature-h3 {
    color: var(--secondarytext);
    transition: 180ms;
    line-height: 1.5;
    font-size: 17px;
    position: relative;
    font-weight: 300;
    font-family: var(--font-family)
}

.feat-item-info>.--P-content {
    color: var(--secondarytext);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    transition: 280ms all ease;
    width: 100%;
    text-align: center
}

.--counter-attachment {
    margin-bottom: 60px;
    opacity: .6
}

@media only screen and (max-width: 1439px) {
    * {
    }
}

@media only screen and (max-width: 1300px) {
    * {
    }
}

@media only screen and (max-width: 1200px) {
    * {
    }

    .YC-widgets-container-secondary-element-list.number-1.active {
        min-width: 100%
    }
}

@media only screen and (max-width: 1180px) {
    * {
    }

    .feature-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center
    }

    .title-wadget {
        text-align: center!important
    }
}

@media (max-width: 992px) {
    * {
    }

    .-wid-counter-items {
        gap: 20px;
        display: flex
    }

    .-wid-counter-items>div {
        min-width: 100px
    }
}

@media (max-width: 850px) {
    * {
    }
}

@media (max-width: 768px) {
    * {
    }
}

@media (max-width: 700px) {
    * {
    }

    .-wid-counter-items>div {
        min-width: 130px
    }
}

@media (max-width: 580px) {
    * {
    }
}

@media only screen and (max-width: 580px) {
    * {
    }
}

@media (max-width: 500px) {
    * {
    }

    .-wid-counter-items>div {
        padding: 0
    }
}

@media (max-width: 380px) {
    * {
    }
}

@media (max-width: 320px) {
    * {
    }
}

@media only screen and (max-width: 410px) {
    * {
    }
}

.-widgets-counter-items-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.-ycwt-counter_section .-defult-widgets-title.--SB-button--id {
    justify-content: center
}
