.collapsible {
  background-color: ;
  color: white;
  cursor: pointer;
  /**padding: 18px;**/
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right:0px;
  padding-left:0px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-family: 'Montserrat', sans-serif;
	font-weight: 300;
  font-size: 16.9px;
}

.active, .collapsible:hover {
  background-color: ;
  text-align: center;
}

.collapsible:after {
  content: ;
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  text-align: center;
}


.collapsible1 {
  background-color: ;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-family: 'Montserrat', sans-serif;
	font-weight: 300;
  font-size: 16.9px;
}

.active, .collapsible1:hover {
  background-color: ;
  text-align: center;
}

.collapsible1:after {
  content: ;
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  text-align: center;
}






.active:after {
  content: ;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: ;
  font-family: 'Nunito', sans-serif;
	font-size: 16.9px;
	font-weight: 300;
	color: #FAFAFA;
	text-align: center;
}





.the-rg1 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 600;
  font-size: 16.9px;  
}

}