@media screen and (max-width: 500px){
	h1{
	text-align: center;
	font-family: century;
	font-size: 40px;
	font-weight: bold;
	color: #06a;
	}
	h2{
		color: #333;
		font-family: sans-serif;
		font-size: 21px;
		text-transform: uppercase;
	}
	.fBox{
		margin: 20px 0 0px 0;
	}
	.desktop{
		display: none;
	}
	.fBox img{
		width: 100%;
	}
	.left{
		padding: 20px;
	}
	.fWrap{
		width: fit-content;
	}
	.dropBtn{
		color: #06a;
		font-size: 20px;
		font-family: sans-serif;
		border: none;
		background-color: #fff0;
		outline: none;
		margin: 0 0 20px 15px;
		text-align: left;
		text-decoration: underline;
		z-index: 1;
	}
	.dropBtn:hover{
		font-weight: 100;
		cursor: pointer;
	}
	.dropBox{
		margin-left: 35px;
		overflow: hidden;
		font-family: Georgia;
		font-size: 16px;
		color: #333;
		animation: none;
		position: relative;
		transition-duration: 2s;
	}
	.arrow{
		margin-left: 7px;
		position: relative;
		top: 0px;
		transition: 0.4s;
	}
}
@media screen and (min-width: 501px){
	h1{
	text-align: center;
	font-family: century;
	font-size: 40px;
	font-weight: bold;
	color: #06a;
	padding-top: 30px;
	margin-bottom: 40px;
	}
	h2{
		color: #333;
		font-family: sans-serif;
		font-size: 21px;
		text-transform: uppercase;
	}
	.fBox{
		margin: 10px 0 10px 0;
	}
	.mobile{
		display: none;
	}
	.right{
		position: relative;
		width: 45%;
		height: 320px;
		padding: 20px;
		float: right;
	}
	.left{
		position: relative;
		width: 45%;
		height: 320px;
		padding: 20px;
	}
	.fWrap{
		position: absolute;
		width: fit-content;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.dropBtn{
		color: #06a;
		font-size: 20px;
		font-family: sans-serif;
		border: none;
		background-color: #fff0;
		outline: none;
		margin: 0 0 20px 15px;
		text-align: left;
		text-decoration: underline;
		z-index: 1;
	}
	.dropBtn:hover{
		font-weight: 100;
		cursor: pointer;
	}
	.dropBox{
		margin-left: 35px;
		overflow: hidden;
		font-family: Georgia;
		font-size: 16px;
		color: #333;
		animation: none;
		position: relative;
		transition-duration: 2s;
	}
	.arrow{
		margin-left: 7px;
		position: relative;
		top: 0px;
		transition: 0.4s;
	}
}
