@media (min-width: 1024px) {

	/*
	--------------------------------------
	Symbol after the image
	--------------------------------------
	*/

	.s-w-symbol {
		position: relative;
	}

	.s-w-symbol:after {
		position: absolute;
		content: url(/wp-content/uploads/2025/02/symbol.png);
		bottom: 50px;
		right: -25%;
	}

}