.main-content-wrap {
  display: flex;
  max-width: 1150px;
  margin: 25px auto 0;
}

.custom-rich-text{
  position: relative;
     padding: 20px;
}

.row .custom-rich-text p {
  width: calc(100%/3);
  padding: 0 1rem;
}

.custom-rich-text a {
  color: #2FA09E;
  font-weight: 400;
}
.custom-rich-text a:hover {
  color: #0C5C63;
  font-weight: 400;
}
.custom-rich-text a:visited {
  color: #614587;
  font-weight: 400;
}
.custom-rich-text p {
  font-family: 'Montserrat';
}
.custom-rich-text h2 {
  font-family: 'PolySansTrial-Median';
  color: #0d5c63;
  font-size: 40px;
  margin-bottom: 1.5rem;
}

@media (max-width: 580px) {
  .main-content-wrap {
    flex-direction: column;
  }

  .main-content-wrap .custom-rich-text p {
    width: 100%;
}


