.wp-block {} /*  Ensures MT files load in FSE */

/*( מסך גדול )*/
@media (min-width: 1400px) {
	/** הסיפור של עוגן - below fold _3 >> .prev-arrow svg **/
	.prev-arrow svg {
	color: rgb(201, 0, 0)!importent !important;
}

	/** הסיפור של עוגן - below fold _3 >> #content .next-arrow **/
	#content .next-arrow {
	width: 75px !important;
	margin-right: 7% !important;
	border-radius: 25px !important;
}

}


/*( מסך וטאבלט )*/
@media (min-width: 768px) and (max-width: 1400px) {
	/** הסיפור של עוגן - below fold _3 >> #content .elementor-element-f885dd3 **/
	#content .elementor-element-f885dd3 {
	margin-left: 55% !important;
}

	/** הסיפור של עוגן - below fold _3 >> #content .next-arrow **/
	#content .next-arrow {
	width: 75px !important;
	margin-right: 4% !important;
	border-radius: 25px !important;
}

}


/*( נייד )*/
@media (max-width: 480px) {
	/** הסיפור של עוגן - below fold _3 >> #content .next-arrow **/
	#content .next-arrow {
	width: 75px !important;
	border-radius: 25px !important;
}

}

