.purple {
  color: #7f00f6 !important;
}

.filter-purple {
    filter: invert(12%) sepia(100%) saturate(7052%) hue-rotate(275deg) brightness(70%) contrast(120%);
}


.cards {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.cards .section_title {
  font-size: 30px;
  line-height: 30px;
}
.cards .section_desc {
  font-size: 16px;
  line-height: 30px;
}

.cards .card {
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  padding: 30px 20px 20px 20px;
  display: inline-block;
  border: 3px solid #f7f7f7;
}

.cards .card-image {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
}

.cards .card-title {
  margin-bottom: 20px;
  font-weight: normal !important;
  font-size: 20px !important;
}

.cards .card-body {
  padding: 0;
}

.cards .card-desc {
  font-size: 16px;
  line-height: 30px;
}

.basic {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 20px;
}

.basic .text-container {
  margin-bottom: 20px;
}
.basic .text-container .section_title {
  font-size: 20px;
  line-height: 30px;
}
.basic .text-container .section_desc {
  font-size: 28px;
  line-height: 30px;
  margin: 10px 0 10px 0;
}

.basic .text-container .section_text {
  font-size: 16px;
  padding: 20px;
  line-height: 32px;
  text-align: justify;
  border: 3px solid #f7f7f7;
}
.basic .text-container .listed_features {
  margin-top: 30px;
  padding: 20px;
  border: 3px solid #f7f7f7;
}
.basic .text-container .listed_features i {
  color: #7f00f6;
  font-size: 20px;
}
.basic .text-container .listed_features li {
  line-height: 34px;
  font-size: 16px;
}

.basic .image-container {
  margin-bottom: 20px;
}
.basic .image-container img {
  max-width: 450px;
  margin: auto;
}

.basic.basic_2 .text-container .section_title {
  font-size: 18px;
  line-height: 30px;
}
.basic.basic_2 .text-container .section_desc {
  margin: 15px 0 20px 0;
}

.basic.basic_2 .image-container img {
  max-width: 400px;
  margin: auto;
}

@media (max-width: 769px) {
  .cards .section_title {
    font-size: 20px;
    line-height: 30px;
  }
  .cards .section_desc {
    font-size: 14px;
    line-height: 30px;
  }

  .cards .card-image {
    width: 80px;
    height: 80px;
  }

  .basic .text-container .section_title {
    font-size: 16px;
    line-height: 30px;
  }
  .basic .text-container .section_desc {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px 0;
  }

  .basic .text-container .section_text {
    font-size: 16px;
    line-height: 30px;
    text-align: auto;
  }

  .motivating.whatsapp.rounded {
    border-radius: 20px !important;
  }
}
