@media(min-width:320px){
	.profits-in-digits {
		gap: 32px 12px;
	}
	.profits-item--title,
	.profits-item--title span {
		color: var(--text-basic);
		font-family: Unbounded;
		font-weight: 200;
		letter-spacing: 0;
	}
	.profits-item--title.huge-text,
	.profits-item--title.huge-text span {
		font-size: 37px;
		line-height: 1.2;
	}
	.profits-item--title.middle-text,
	.profits-item--title.middle-text span {
		font-size: 18px;
		line-height: 1.24;
	}
	.profits-item--subtitle { 
		margin-top: 4px;
	}
	.profits-item--subtitle span {
		color: var(--text-basic);
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.dark .profits-item--title,
	.dark .profits-item--title span,
	.dark .profits-item--subtitle span
	{
		color: var(--white);
	}
}

@media(min-width: 550px) {
	.profits-in-digits {
		gap: 32px 12px;
	}
	.profits-item--title.huge-text,
	.profits-item--title.huge-text span {
		font-weight: 200;
		font-size: 50px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.profits-item--title.middle-text,
	.profits-item--title.middle-text span {
		font-weight: 200;
		font-size: 24px;
		line-height: 1.24;
		letter-spacing: 0;
	}
	.profits-item--subtitle {
		margin-top: 12px;
	}
	.profits-item--subtitle span {
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}

@media(min-width:768px){
   
}

@media(min-width:1024px){
 
}

@media (min-width: 1140px) {
	.profits-in-digits {
		gap: 20px;
	}
	.profits-item--title.huge-text,
	.profits-item--title.huge-text span {
		font-weight: 200;
		font-size: 60px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.profits-item--title.middle-text,
	.profits-item--title.middle-text span {
		font-weight: 200;
		font-size: 34px;
		line-height: 1.24;
		letter-spacing: 0;
	}
	.profits-item--subtitle {
		margin-top: 24px;
	}
	.profits-item--subtitle span {
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}

@media(min-width:1350px){
  
}