.cards {
  background: #BE2090;
  padding: 60px 0;
  margin-bottom: 117px;
}

.cards h2 {
  color: #FFF;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  max-width: 1095px;
  margin: 0 auto;
  text-align: center;

  @media only screen and (max-width : 768px) {
    font-size: 36px;
    text-align: left;
  }
}

.cards p {
  color: #FFF;
  text-align: center;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1095px;
  margin: 0 auto;
  padding: 24px 0;

  @media only screen and (max-width : 768px) {
    font-size: 16px;
    text-align: left;
  }
}

.cards span {
  color: #FFF;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  max-width: 1095px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 51px;

  @media only screen and (max-width : 768px) {
    text-align: left;
  }
}

.cards .top {
  margin-top: 60px;

  @media only screen and (max-width : 768px) {
    margin: 0;
  }
}

.cards .top [class*=col-] {
   @media only screen and (max-width : 768px) {
    padding: 0;
  }
}

.cards .card {
  border-radius: 20px;
  background: #fff;
  max-width: 391px;
  margin: 0 auto;
}

.cards .card .card-body {
  padding: 16px 42.5px;

  @media screen and (max-width: 768px) {
    padding: 16px 20px;
  }
}

.cards .card .card-body .card-title {
  color: #BE2090;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  padding: 0;
  text-align: left;

  @media only screen and (max-width : 768px) {
    font-size: 22px;
  }
}

.cards .sub-title {
  font-size: 20px;
  font-family: "Nexa-Bold", sans-serif;
}

.cards .card .card-body .card-text {
  color: #000;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;

  @media only screen and (max-width : 768px) {
    font-size: 16px;
  }
}