.discount-products {
    background: #A73AFA;
	padding-top: 60px;
	padding-bottom: 80px;
}
.discount-products-header {
    margin-bottom: 24px;
}
.title-header{
	font-size: 36px; 
	line-height: 42px;
	float: left;
    margin-right: 20px;
}
.strefa-title{
	color: #FFAC2D;
}
.okazji-title{
	color: #FFFFFF;
}
.discount-timer {
	display: flex;
	gap: 8px;
}

.timer-box {
	background: #ff6b00;
	color: white;
	padding: 6px 4px;
	border-radius: 3px;
	border: 1px solid #FFF;
	width: 50px;
    height: 50px;
    text-align: center;
}
.timer-num {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 10%;
}
.timer-name{
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0%;
}