.resonsive{
	width:100%;
	height:auto;
	}

.two-columns{
	display: flex;
	}
	
.two-columns > *{
	width: 50%;
	padding: 1rem;
	}
	
@media screen and (max-width: 600px) {
  .responsive-two-columns{
  display: flex;
  flex-wrap: wrap;
	}
.responsive-two-columns > *{
	width:100%;
	padding: 1 rem;
	}
}