.region-content {
     padding: 180px clamp(40px, 15vw, 140px) 70px clamp(40px, 15vw, 140px);
}

.region-content h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
}

.region-content h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
}

.region-content h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
}

.region-content h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.region-content h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.region-content .field--name-body p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.region-content .field--name-body ul {
  margin-bottom: 20px;
    list-style-type: disc;
}

.region-content .field--name-body li {
    margin-left: 21px;
  margin-bottom: 10px;
   font-size: 20px;
  line-height: 24px;
}

.region-content .field--name-body a {
  text-decoration: underline;
  display: inline;
  color: #EE597E;
}