.textedpage-card {
  position: relative;
  display: flex;

  flex-direction: column;

  width: 100%;

  padding: 20px 20px;

  border-radius: 8px;

  background: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.textedpage-card-title {
  position: relative;

  padding-top: 3px;

  font-size: 20px;
  font-weight: 600;

  color: rgba(25, 30, 40, 1);
}

.textedpage-card-paragraph {
  position: relative;

  margin-top: 10px;

  padding-top: 3px;

  font-size: 16px;
  font-weight: 500;

  text-align: justify;

  line-height: 1.7;

  color: rgba(25, 30, 40, 0.6);
}

.textedpage-card-heading {
  position: relative;

  margin-top: 30px;

  padding-top: 3px;

  font-size: 16px;
  font-weight: 600;

  color: rgba(25, 30, 40, 1);
}
