/**
 * specific style for SSC's perinatal support page
 */

.perinatal-support h2 {
  border: none;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.perinatal-support h3 {
  border: none;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.perinatal-support-content .button-link {
  background: #e5458d;
  border-radius: 30px 5px !important;
  color: white;
  border-radius: 4px;
  display: block;
  margin: 3rem auto;
  padding: 16px;
  max-width: 100%;
  width: 277.66px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.perinatal-support-content .button-link:hover {
  background: #8670a8;
}
