/* TITLE */

.crypto_title {
  color: #6b83fe;
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 360px) {
  .crypto_title {
    font-size: 2rem;
  }
}

/* FEATURES section */

.crypto_features_point_h {
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #57567f;
}

/* NEED section */

.crypto_need_title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.6rem;
  color: #84715f;
}

.crypto_need_checkmark {
  color: #c31f4b;
  font-size: 1.4rem;
}

.crypto_need_check {
  text-align: justify;
}

/* WHO TO section */

.crypto_who_title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.6rem;
  color: #80529d;
}

@media (min-width: 992px) {
  .crypto_who_title {
    margin-bottom: 30px;
  }
}

.crypto_who_paragraph {
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 1.1rem;
  color: var(--bs-secondary);
}

/* RESULT section */

.crypto_result_title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.6rem;
  color: #1b8f93;
}

.crypto_result_discription {
  font-size: 1.1rem;
  text-align: justify;
  margin-bottom: 0px;
}

/* CONTENTS secion */

.crypto_contents_title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.6rem;
  color: #5252b8;
  margin-bottom: 30px;
}

/* Styles for all the buttons on the page */

.crypto_pricing_title {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #6a7993;
  font-weight: 800;
}

