.title {
  font-family: "PoppinsBold";
  font-size: 2.5vmax;
  white-space: wrap;
  margin: 0 6vw 3vw 6vw;
}
.subtitle {
  font-family: "PoppinsBold";
  font-size: 2vmax;
  color: #7159A6;
  white-space: wrap;
  margin: 0 6vw 3vw 6vw;
}
.text {
  font-family: "PoppinsRegular";
  font-size: 1.5vmax;
  white-space: wrap;
  margin: 0 6vw 3vw 6vw;
}
