.hasCountdown
{
	display:block;
    box-shadow: 0 4px 32px 0 rgba(18,18,18, 0.06);
    margin-top: 50px;
    padding-block: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
border-radius: 16px;
}
.countdown_row{
	display:inline-block;
	}
.countdown_row{
	display:flex;
    gap:32px;
    direction:ltr;
    align-items:center;
	justify-content:center;
    
	}
	.countdown_section {
    
	font-size: 20px;
    background-color: #3B50C7 !important;
    color: rgba(256,256,256,0.6) !important;
    width: 104px;
    height: 104px;
    border-radius: 24px;
    display: flex;
	position: relative;
    flex-direction: column;
    justify-content: center;  
    align-items: center;       
    padding: 0;  
	font-weight: 400;             
}
.countdown_amount{
	color: #fff;
	font-size: 26px !important;
	font-weight: 700 !important;
}
.countdown_section::after{

	content: "";
	position: absolute;
	width: 72px;
	height: 1px;
	background: #FFF;
	opacity: 0.3;  
	margin: 6px 0 6px 0;
}
.count_text{	
	line-height:15px;
	font-size:12px;
	
	padding: 5px;
	background:url(text_bg.png) 0px 0px repeat-x;
	color:#fff;
	}
.count_wrapper:after{
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	clear:both;
	display:block;
	}
.count_wrapper{
	display:inline-block;
	margin:5px;
	padding:5px;	
	}
	


	