.blog h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 10px;
}
.blog h5 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 10px;
}

.blog h6 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 10px;
}

.blog p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 24px;
}

.blog a {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
  color: #cc5dbb;
}
