.mWrap7 {
	position: absolute; 
	top: -60px; 
	background-image: url('/wp-content/uploads/2023/03/Path-9.png'); 
	width: 100%; 
	height: 100%; /* Firefox */
	height: -webkit-fill-available; 
	background-repeat: no-repeat;
}
.whiteCircle {
	margin: auto;
    background: white;
    color: #211F22;
    font-weight: bold;
    font-size: 35px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
}
.numberedHeadings{
	color: #C32124;
	font-size: 24px;
	background-color: white;
	padding: 5px 20px;
	margin: 35px 0 25px;
}
.numberedP {
	padding: 0 30px;
}

@media (max-width: 1315px) {
	.wrap7Inner {
		gap: 45px !important;
	}
}
@media (max-width: 1050px) {
	.wrap7Inner {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.wrap-7 h2 {
		max-width: 200px;
    	margin: auto;
	}
	.wrap-7 h2, .wrap-7 h3 {
		font-size: 20px !important;
	}
	.numberedP {
		margin-bottom: 15px !important;
		font-size: 16px !important;
	}
	.mWrap7 {
		position: relative;
		top: -195px;
		margin-bottom: -130%;
		width: 100vw;
		height: 120vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.numberedHeadings {
		height: 52px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}