@media screen and (max-width: 576px) {
  	body {
    	font-size: 1.5em;
  	}
	.displayflex{
		display:block;
	}
	.col-1, .col-2{
		width: 100%;
	}
	img{
		margin:40px auto;
		display: block;
		width: 70%
	}
	.itemholder{
		display: block;
		margin-top: 40px;
	}
	.mobile-border-bottom{
		border-bottom: 1px solid;
	}
	.itemholder h3{
		font-size: 1em;
	}
	.itemholder p{
		font-weight: normal;
	}
}
