@media (max-width: 767px) {
	.bd_section_title br {
		display: none;
	}
	
	.bd_section_hero_content_center .bd_wyswig p br, .bd_summary_card_title br, .bd_donate_card_title br {
		display: none;
	}

	.bd_hero_media_overlay {
		display: none;
	}

	.bd_donate_card {
		flex-direction: column;
	}

	.bd_section_donate_card, .bd_section_fullwidth_card_with_multiple_images, .bd_section_testimonials {
		padding-inline: var(--mobilepadding);
	}

	.bd_donate_card_image_wrapper {
		aspect-ratio: 1 / .8;
	}

	.bd_section_hero_home .bd_hero_media_wrapper, .bd_section_hero_who_we_are .bd_hero_media_wrapper, .bd_section_hero_program .bd_hero_media_wrapper, .bd_section_hero_program_detail .bd_hero_media_wrapper {
		aspect-ratio: 1 / .8;
		margin-top: 2.5rem;
		position: relative;
	}

	.bd_section_hero_who_we_are .bd_hero_media_wrapper img, .bd_section_hero_program .bd_hero_media_wrapper img, .bd_section_hero_program_detail .bd_hero_media_wrapper img {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.bd_stats_wrapper .bd_stat_item {
		padding-inline: .5rem;
	}


	.bd_fullwidth_card_with_multiple_images {
		padding: 1.840251rem 1.487862rem;
		flex-direction: column;
		gap: 1.5rem;
	}

	.bd_logo_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bd_logo_grid .bd_logo_grid_item {
		padding-inline: .5rem;
	}

	.bd_logo_grid .bd_logo_grid_item img {
		height: 2.915427rem;
	}

	.bd_logo_grid .bd_logo_grid_item:nth-child(odd) {
		border-right: 1px solid rgba(2, 137, 145, 0.20);
	}

	.bd_two_box_1 {
		border-radius: 4px 4px 0px 0px;
	}

	.bd_two_box_2 {
		border-radius: 0px 0px 4px 4px;
	}

	.bd_timeline .bd_timeline_item {
		margin-bottom: 1.5rem;
	}

	.bd_timeline_bullet_wrapper {
		position: relative;
		padding-left: 1.5rem;
		margin-bottom: .75rem;
	}

	.bd_timeline_content {
		margin-left: 1.5rem;
	}

	.bd_timeline_bullet {
		position: absolute;
		top: 3px;
		left: 0px;
	}

	.bd_timeline:before {
		width: 1px;
		height: 53%;
		left: 8px;
	}

	.bd_testimonial {
		padding: 1.840251rem 1.487862rem;
	}

	.book-card {
		margin-bottom: 1.5rem;
		padding: 1.440251rem 1.487862rem 1.840251rem;
	}

	.bd_info_grid_item {
		margin-bottom: 2.231793265465935787rem;
	}
}

@media (max-width: 641px) {
	.bd_footer_contact_info_wrapper {
		padding-top: 6px;
	}

	.bd_inlineform_wrapper .gform-theme--foundation .gfield--width-eleven-twelfths {
		grid-column: span 11 !important;
	}

	.bd_inlineform_wrapper div#field_submit {
		grid-column: span 1 !important;
	}
}

@media (max-width: 450px) {
	.book-card__title {
		padding-right: 5rem;
	}
}