
/* SECTION */
.card-container {
  display: flex;
  justify-content: space-around;
  padding: 75px 100px 0px 100px;
}

.card-container > div {
  display: flex;
  flex-direction: column;
  font-family: "poppins";
  text-align: center;
  background-color: white;
  border-radius: 20px;
  width: 500px;
  padding: 40px;
}

.card-container > div h2 {
  font-size: 1em;
  padding: 20px 0 10px 0;
}

.card-container > div p {
  font-size: 1em;
  line-height: 1.6em;
}

.quote-1 span {
  font-weight: bold;
  padding: 0 10px;
}
.quote-1 p {
  display: flex;
  justify-content: center;
  font-size: 2em;
  font-family: "poppins";
  line-height: 2em;
}
.quote-5 span {
  font-weight: bold;
  padding: 0 10px;
}

.quote-5 p {
  display: flex;
  justify-content: center;
  font-size: 4em;
  font-family: "poppins";
  line-height: 2em;
}

.content-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 100px 0 0 0;
  padding: 0 400px 100px 400px;
}

.content-1 img {
  margin: 0 0 0px 0;
}

.content-1-text {
  font-family: "poppins";
  padding: 0 0 0px 60px;
  margin: 50px 0 0 0;
}

.content-1-text h2 {
  font-size: 3em;
  padding: 0 0 20px 0;
}

.content-1-text p {
  font-size: 2rem;
  line-height: 2em;
}

.content-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px 0 0 0;
  padding: 0 400px 100px 400px;
}

.content-2-text {
  font-family: "poppins";
  padding: 0 60px 0 0px;
}

.content-2-text h2 {
  font-size: 3em;
  padding: 0 0 20px 0;
}

.content-2-text p {
  font-size: 2rem;
  line-height: 2em;
}



.content-2-text button {
  font-size: 1.6em;
  text-decoration: none;
  border: none;
  background-color: #fc759e;
  padding: 10px 30px 10px 30px;
  margin: 40px 0 0 0;
  border-radius: 25px;
  font-family: "poppins";
}

.quote-2 {
  padding: 0 0 100px 0;
}

.quote-2 p {
  display: flex;
  justify-content: center;
  font-size: 2.5em;
  font-family: "poppins";
}

.footer-container {
  display: flex;
  justify-content: space-around;
  background-color: #4f3769;
  padding: 30px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-wrapper > h3 {
  color: white;
  font-size: 1.8em;
  font-family: "poppins";
  font-weight: bold;
}

.footer-wrapper > p {
  color: white;
  font-size: 1.6em;
  font-family: "poppins";
}

