.approch-img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	object-fit: cover;
}

.min-height-510px {
	min-height: 510px;
}

.approch-div {
	padding: 20px;
	border: 1px solid #965995;
	border-radius: 10px;
	margin-bottom: 40px;
}

.approch-div p {
	font-size: 0.8rem;
}

.approch-div .content {
	height: auto;

}

@media (min-width: 768px) {
	.approch-div .content {
		height: 400px;
	}
}

@media (min-width: 992px) {
	.approch-div .content {
		height: 300px;
	}
}

@media (min-width: 1200px) {
	.approch-div .content {
		height: 400px;
	}
}

@media (min-width: 1440px) {
	.approch-div .content {
		height: 400px;
	}
}

@media (min-width: 1600px) {
	.approch-div .content {
		height: 300px !important;
	}
}

section.donations-one.donations-carousel.section-space-bottom .icon-arrow-left::before {
	content: url("../images/icons/chevron-left-dark.svg");
}

section.donations-one.donations-carousel.section-space-bottom .icon-arrow-right::before {
	content: url("../images/icons/chevron-right-dark.svg");
}

.aim-ul-regular {
	margin: 0;
	padding: 0;
}

.aim-ul-regular li {
	padding: 10px 15px;
	border: 1px solid #965995;
	background-color: #fff;
	list-style: none;
	border-radius: 10px;
	color: #000;
	opacity: 0.8;
	margin-bottom: 15px;
	font-size: 1rem;
}

.jotform-form .formFooter {
	display: none !important;
}

body,
html {
	overflow-x: hidden !important;
	position: relative !important;
}

.new-gallery-images .gallery-one__card img {
	height: 400px;
	object-fit: cover;
}