.features_container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  min-width: 100%;
}

.features_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

@media (max-width: 767px) {
  .features_wrapper {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  .features_wrapper {
    padding: 15px 0 0 0;
  }
}

.features_title {
  text-align: center;
  width: 100%;
}

.features_section {
  padding-left: 6% !important;
  padding-right: 6% !important;
}
