:root {
	--app-poppins: "Poppins", sans-serif;
	--bs-font-sans-serif: "Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.section_title {
    font-weight: 700 !important;
    font-family: var(--app-poppins);
    font-size: 2.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

section.our_story {
	padding-top: 7em;
}

.w-2rem {
	width: 2rem !important;
}

.contact-us-content-section h2 {
	font-family: var(--app-poppins);
	font-weight: 700 !important;
	font-size: 2rem;
	line-height: 1.3;
}

.form-card {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
@media (min-width: 768px) {
	.form-card .card-body {
		padding: 2rem !important;
	}
}
