#accordion-1 a:hover {
  text-decoration: none;
}

#accordion-1 p {
  font-size: 17px;
}

@media (min-width: 992px) {
  #accordion-1 p {
    font-size: 20px;
  }
}

.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed p {
  color: #7d8285;
}

li {
  line-height: 24px;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.text-center {
  text-align: justify !important;
}

.text-center {
  text-align: center !important;
}

