/*White Background*/
.accordion-body{
	background-color: white;
}

@media screen and (min-width: 1100px){
.accordion-body-text{
	width: 50%;
}
}