.number-container {
	margin: 100px auto 0;
    max-width: 1800px;
    overflow: hidden;
	/* margin-bottom: 90px; */
}
.numberlie h2{
	font-family: Archivo;
	font-weight: 500;
	font-size: 52px;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
	color: #191919;
    padding-bottom: 50px;
}

.number-container .swiper{
    overflow:visible;
}
.numberSwiper .swiper-wrapper{
	margin: 28px 0;
}
.swiper-wrapper {
	display: flex; 
}
.swiper-wrapper .swiper-number {
    display: flex;
    min-width: none;
    width: max-content !important ;
}
.swiper{
    margin-top:0px !important;
}
/* .numberSwiper .swiper-slide {
    flex-shrink: 0;
    width: 100% ;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
} */
.swiper-wrapper:first-child{
    /* padding: 0.25px 50px 0.25px 25px !important; */
    padding: 0.25px 50px 0.25px 0px !important;
}

.swiper-wrapper:not(:first-child){
    padding: 0.25px 50px .25px 0px !important;
}
/* .swiper-number{
    max-width: fit-content !important;  
} */
/* .numbersAcc{
    font-family: Archivo;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

  } */
.number-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    height:70px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.number-text {
    font-family: Archivo;
	font-weight: 800;
	font-size: 50px;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
}
.number-sub_text {
    font-family: Archivo;
    font-size: 17px;
    line-height: normal;
    color: rgba(25, 25, 25, 1);
    font-weight: 400;
	white-space: normal;
	text-align: left;
    padding-right: 49px ;
    line-height: normal;
	/* width:152px */
}
.number-swiper-container{
    margin: 0 auto;
    width: calc(100% - 24px);
}
@media (max-width: 1024px){
    .number-container {
        margin: 40px 0 0px;
    }
    /* .numberSwiper .swiper-slide {
        width:100% !important
    } */
    /* .swiper-number {
        max-width: fit-content;
    } */
    .number-container .swiper{
        margin-top:0px !important
    }
    .swiper-wrapper .swiper-number {
        display: flex;
        /* min-width: 249px ; */
    }
    .numberlie h2{
        font-size: 35px;
        color: rgba(25, 25, 25, 1);
        padding-bottom: 0

    }
    .numberSwiper .swiper-wrapper {
        margin: 14.5px 0;
    }
    .numberlie {
        padding-bottom: 15px;
    }
    .number-text-flex {
		gap: 12px;
        height: 60px
	}
	.number-text {
		font-size: 32px;
	}	
	.number-sub_text {
		font-size: 14px;
		/* width:118px */
	}	
}
