.yellow-text{
	display: block;
}

.yellow-text span{
	color: #F6AC19;
}

.our-sec{
	position: relative;
}

.our-sec::after{
	content: '';
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://besafeedu.com/wp-content/uploads/2025/03/4.png);
	background-repeat: no-repeat;
	background-size: cover;
}