/*.box-1 {min-height:1000px;
	width: 80vw;
	min-width: 250px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50px;
}*/
.container-1 {margin:0 auto;
	width: 95%;
}
.wrapper-1 {
	padding: 0 10px;
	color: #000;
}
.toggle-1 {text-align:left;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 2% 5%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.content-1 {
	background: rgba(255, 255, 255, 0.2);
	
	height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 0 0 5px 5px;
}
.content-1 p {line-height:1.4;font-size: 1.2em;
	padding: 2% 5%;
}
.fab {
	color: #000;
}
