.content {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 960px;
}
.quotex img {
  max-width: 1000px;
}
.cards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.card {
  width: 20em;
  margin: 1em;
  height: 25em;
}

.icon-image {
  width: 40px;
  height: 40px;
  border: 1px solid #CF0000;
  border-radius: 50%;
}

h1 {
  max-width: 940px;
  margin: 30px auto;
  text-align: center;
  color: var(--primary);
  font-size: 1.5em;
  font-weight: 700;
}

p {
  max-width: 940px;
  margin: 30px auto;
  color: var(--dark);
  font-size: 0.875em;
  font-weight: 400;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
 
@media (max-width: 1000px)
{
  p {
    margin: 30px 20px;
  }

  .quotex img {
    max-width: 100%;

  }
}
