.figure_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px; 
}
.figure_container:after {
    content: "";
    display: block;
    width: 32.5%;
    height: 0;
}
.both_ends > .figure_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.figure_container > .figure_content {
	width: 32.5%;
	margin-bottom: 15px;
}
.figure_content > img {
	margin-top: 10px;
}
.no-wrap {
	white-space: nowrap;
}
.bnr_container {
	margin: 50px 0;
}
.bnr_container > img {
	width: 100%;
}
.annotation {
	margin-bottom: 100px;
}

.column_2 {
	align-items: flex-end;
}
.column_2 .figure_content,
.straight .figure_content{
	width: 48%;
}
.figucaption_heading {
	color: #872732;
	margin-bottom: 50px;
	font-weight: bold;
}
.figucaption_bottom {
	height: 190px;
	margin-top: 5px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
	.figure_container {
		margin-top: 30px;
	}
	.figure_container > .figure_content {
		width: 100%;
	}
	.bnr_container {
		margin: 30px 0;
	}
	.annotation {
		margin-bottom: 70px;
	}
	.figucaption_heading {
		margin-top: 30px;
	}
	.figucaption_bottom {
		height: auto;
	}
}