.main-section {
	position: relative;
}

.main-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
	height: 100%;
	background-color: var(--darkPink);
	z-index: 1;
}

.inner-section-sc:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 200px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/sec-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 120px;
	height: 174px;
	transform: rotateY(180deg);
}

.inner-section-sc:after {
	content: '';
	position: absolute;
	top: 0;
	right: 48px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/first-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 280px;
	width: 280px;
	height: 140px;
}

/**/
.third-section:after {
	content: '';
	position: absolute;
	top: 40px;
	right: 48px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/sec-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 80px;
	width: 80px;
	height: 116px;
	transform: rotateY(180deg);
}

.third-section .block-image:after {
	content: '';
	position: absolute;
	bottom: 80px;
	left: -40px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/first-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 240px;
	width: 240px;
	height: 120px;
	transform: rotateY(180deg);
}

.elementor-background-video-container > video {
	height: 100% !important;
	width: 100% !important;
}

/**/
.cf-icon:after {
	content: '';
	position: absolute;
	top: 120px;
	right: 112px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/sec-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 120px;
	height: 174px;
}

.cf-icon .third-inner-section:after {
	content: '';
	position: absolute;
	bottom: -116px;
	left: -80px;
	background-image: url(https://test.forexchange.it/wp-content/uploads/2022/06/sec-icon-sc.svg);
	background-repeat: no-repeat;
	background-size: 80px;
	width: 80px;
	height: 116px;
	transform: rotateX(180deg);
}

/* Button x catalogo */
.sc-section-btn .elementor-widget-button .elementor-button-content-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	background-color: var(--darkPink);
	width: 152px;
	height: 8px;
}

@media(max-width:1900px){
	.third-section:after {
		display: none;
	}
}

@media(max-width:1824px){
	.main-section {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}

@media(max-width:1640px){	
	/**/
	.cf-icon:after {
		right: 32px;
	}
	
	.cf-icon .third-inner-section:after {
		left: 0;
	}
}

@media(max-width:1440px) {
	/**/
	.third-section .block-image .elementor-widget-image img {
		max-height: 500px;
	}
	
	.third-section > .elementor-container {
		flex-wrap: wrap;
	}
	
	.third-section .block-image,
	.third-section .block-text {
		width: 100% !important;
	}
	
	.third-section .block-text {
		padding: 80px 32px;
	}
	
	.third-section .block-text .elementor-container {
		margin: 0 auto 0 0;
		max-width: 100% !important;
	}
	
	.third-section .block-image .elementor-widget-wrap {
		padding: 0 !important
	}
	
	.third-section .block-image:after {
		display: none;
	}
}

@media(max-width:1439px){	
	/**/
	.cf-icon:after,
	.cf-icon .third-inner-section:after {
		display: none;
	}
}

@media(max-width:767px){
	.main-section .elementor-background-video-container.elementor-hidden-mobile,
	.main-section .elementor-background-video-container.elementor-hidden-phone {
		display: block;
	}
}