.numbers {
    padding: 6rem 4.75rem;
    position: relative;
    background: #1e149d;
}
.numbers_imgdeco {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
}
.numbers_title {
    position: relative;
    z-index: 1;
    width: 100%;
}
.numbers_title > span {
    color: #4edceb;
}
.numbers_titleh2 {
    margin-top: 1rem;
    max-width: 33.25rem;
}
.numbers_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.numbers_grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
}
.numbers_item {
    height: max-content;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #4049c1;
    width: 100%;
    height: auto;
    padding-right: 2rem;
}
.numbers_item_title {
    color: #4edceb;
    font-size: 3rem;
    overflow: hidden;
}
.numbers_item_title img {
    display: inline;
    width: 3rem;
    height: auto;
    object-fit: contain;
}
.num-container {
    display: inline-flex;
    overflow: hidden;
    font-size: 3rem;
    font-weight: bold;
    height: 3.75rem;
    width: max-content;
    position: relative;
}
.number_parent {
    position: relative;
    overflow: hidden;
    width: 2rem;
}
.number_child {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
}
.number_child div {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 639px) {
    .numbers {
        padding: 6.25rem 1.118rem 3.75rem;
        border-bottom: 1px solid #4049c1;
    }
    .numbers_content {
        flex-direction: column;
    }
    .numbers_title > span {
        font-size: 1.125rem;
    }
    .numbers_titleh2 {
        font-size: 1.75rem;
    }
    .numbers_grid {
        margin-top: 3.25rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .numbers_imgdeco {
        height: 100%;
        object-fit: cover;
        right: 0;
    }
    .numbers_item {
        width: 100%;
    }
    .numbers_item_title {
        font-size: 1.875rem;
    }
    .numbers_item_label {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    /*  */
    .num-container {
        height: 2.5rem;
    }
    .number_child div,
    .number_child,
    .number_parent {
        width: 1rem;
    }
}
