.middle_b_container {
	padding:4em;
	background-color: #FFFAF2;
}

@media only screen and (max-width: 520px) {
	.middle_b_container {
		padding:2em;
		padding-top:0.2em;
	}
}

@media only screen and (max-width: 800px) {
	.middle_b_container {
		padding-bottom:1rem;
	}
}

@media only screen and (max-width: 1024px) {
	.middle_b_container {
		padding-top:1em;
	}
}

.middle_b_container > .mbc-title {
	color: #545BA9;
	font-size: 3.5vw;
	font-family: GothamBold;
	font-weight: 400;
	word-wrap: break-word;
	text-align: center;
	margin-bottom:0.5rem;
}

@media only screen and (min-width: 1920px) {
	.middle_b_container > .mbc-title {
		font-size: 60px;
	}
}

@media only screen and (max-width: 520px) {
	.middle_b_container > .mbc-title {
		font-size: 6.45vw;
	}
}

.middle_b_container > .mbc-desc {
	color: black;
	font-size:1.65vw;
	font-family: Gotham;
	font-weight: 325;
	word-wrap: break-word;
	text-align: center;
}

@media only screen and (min-width: 1920px) {
	.middle_b_container > .mbc-desc {
		font-size:32px;
	}
}

@media only screen and (max-width: 950px) {
	.middle_b_container > .mbc-desc {
		font-size:16px;
	}
}

@media only screen and (max-width: 520px) {
	.middle_b_container > .mbc-desc {
		font-size:13px;
	}
}

.middle_b_container > .mbc-steps {
	max-width:1440px;
	margin-top:1rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	gap:0.5rem;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 800px) {
	.middle_b_container > .mbc-steps {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}
}
@media only screen and (max-width: 520px) {
	.middle_b_container > .mbc-steps {
		grid-template-columns: auto;
		grid-template-rows: auto;
	}
}

.middle_b_container > .mbc-steps > div {
	text-align: center;
}

.mbc-f-box {
	text-align: center;
}

.mbc-f-box > div {
	padding:0.5rem;
}

.mbc-f-box > .mfb-top > img {
	max-width: 52px;
}

@media only screen and (max-width: 350px) {
	.mbc-f-box > .mfb-top > img {
		max-width: 38px;
	}
}

.mbc-f-box > .mfb-top {
}

.mbc-f-box > .mfb-icon {
	margin-top:0.3rem;
	margin-bottom:0.3rem;
	height:118px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}

@media only screen and (max-width: 520px) {
	.mbc-f-box > .mfb-icon {
		padding:0px;
		margin-top:0.1rem;
		margin-bottom:0.1rem;
		height:68px;
	}
}

.mbc-f-box > .mfb-icon > img {
	display: block;
}

@media only screen and (max-width: 520px) {
	.mbc-f-box > .mfb-icon > img {
		max-width: 70px;
	}
}

.mbc-f-box > .mfb-desc {
	font-size:1.5vw;
}

@media only screen and (min-width: 1920px) {
	.mbc-f-box > .mfb-desc {
		font-size:25px;
	}
}

@media only screen and (max-width: 800px) {
	.mbc-f-box > .mfb-desc {
		font-size:17px;
	}
}

@media only screen and (max-width: 520px) {
	.mbc-f-box > .mfb-desc {
		font-size:15px;
	}
}

.mbc-button {
	margin-top:3em;
	text-align: center;
}

.mbc-button > button {
	all:unset;
	background: #F85860;
	border-radius: 20px;
	cursor:pointer;
	height: 74px;
	width:400px;
	color: white;
	font-size: 25px;
	font-family: Gotham;
	font-weight: 400;
	text-align:center;
}

@media only screen and (max-width: 520px) {
	.mbc-button {
		margin-top:1em;
	}

	.mbc-button > button {
		width:100%;
		font-size:20px;
		height: 50px;
	}
}

.mbc-notes {
	margin-top:1em;
	color: black;
	font-size: 26px;
	font-family: Gotham;
	font-weight: 325;
	word-wrap: break-word;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.mbc-notes {
		font-size: 16px;
	}
}