.aaccordion-active {
  background-color: #01a2a6;
  color: #fff;
}

.aaccordion-section .icons-large {
  margin-bottom: 0px;
}
.aaccordion-section .feature {
  margin-bottom: 40px;
}
.aaccordion-section .feature:last-child {
  margin-bottom: 0px;
}
.aaccordion {
  list-style: none;
  overflow: hidden;
  border: 2px solid #dadada;
  padding: 0px;
  border-radius:5px;
}
.aaccordion .title span {
  padding: 0px 24px;
  display: block;
}
.aaccordion .title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding: 20px 0px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #dadada;
}
.aaccordion .title:hover {
  background-color: #065c27;
  color: #fff;
}
.aaccordion li:last-child .title,
.aaccordion li:last-child .text {
  border-bottom: none !important;
}
.aaccordion .text {
  padding: 0px 24px;
  max-height: 0px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  opacity: 0;
}
.aaccordion li.active .title {
  background-color: #1b9649;
  color: #fff;
  border-bottom: 2px solid #dadada;
}
.aaccordion li.active .text {
  padding: 24px;
  max-height: 1200px;
  border-bottom: 2px solid #dadada;
  opacity: 1;
}

.aaccordion {
/* margin-top: 32px; */
}
h1{
	color:#333;
}