.notrexon-counter-slider{
	position: relative;
}

.notrexon-counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
}

.custom-counter .counter-number,
.custom-counter .counter-text{
	display: block;
    margin-bottom: 10px;
}

 .notrexon-counter-slider{
	background-color: #C9650E;
    border-radius: 100%;
/*     height: 300px;
    width: 300px !important; */
} 

.custom-counter .swiper-pagination {
	bottom: -32px;
	
}   
.custom-counter .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    height: 10px;
    width: 10px;
}

.custom-counter .counter-number{
    font-size: 70px;
    font-family: 'Roboto';
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
}

.custom-counter .counter-text{
	text-align:center;
	font-size:20px;
	font-family:'Roboto';
	color:#fff;
}

.notrexon-counter-slider {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100%; /* or auto depending on your layout */
  flex-shrink: 0;
}

@media screen and (max-width: 768px){
   .notrexon-counter-item {
    min-height: 300px;
}
/*   .notrexon-counter-slider {
    	height: 300px;
    	width: 300px !important;
	} */
}