@media (width > 451px) {
	@media (width < 650px) {
		.section-3 .middle {
			border-width: 0rem 0.1rem 0.1rem 0rem;
		}
	}
}

@media (width < 650px) {
	.section-3 .middle {
		flex-direction: column-reverse;
		border-color: #a3dfef;
		border-style: solid;
		margin: 0 0.4rem;
	}

	.section-3 .main {
		border-width: 0;
		padding-top: 1rem;
	}

	.section-4 .side {
		display: none;
	}
}