.counter-three {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: 1;
}

.counter-three__inner {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: var(--bemybaby-white);
    padding: 40px 20px 10px;
}

.counter-three__list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.counter-three__list li {
    position: relative;
    display: block;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

.counter-three__single {
    position: relative;
    display: block;
    border: 1px solid var(--bemybaby-extra);
    border-radius: 10px;
    text-align: center;
    padding: 30px 10px 30px;
    margin-bottom: 30px;
}

.counter-three__count-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    white-space: nowrap;
}

.counter-three__count-box h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px !important;
    font-family: var(--bemybaby-font) !important;
}

.counter-three__count-box span {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    font-family: var(--bemybaby-font);
    color: var(--bemybaby-black);
}

.counter-three__text {
    margin-top: 4px;
}