﻿
@media screen and (max-width: 1100px) {

	.en-2-cols-responsive {
		display: block;
	}

		.en-2-cols-responsive > :first-child {
		}

		.en-2-cols-responsive > :last-child {
			flex-basis: unset;
			display: block;
		}
}
