#CustomModule4 section p.main-text {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: -.03em;
    max-width: 800px;
    margin-bottom: 45px;
    line-height: 1.3; 
}

p.subtitle.signature {
    font-family: 'PlayfairDisplay RegularIt', serif!important;
}

.related-links.cover-top:before {
    height: 0px;
}

.widget.heading4-text {
    text-align:left;
}

/* =========================================================
   CARDIFIED CONTENT BLOCKS
   ========================================================= */

.cardified.cardified.cardified {
    box-sizing: border-box;
    max-width: 1600px;
    padding: 22px 26px;
    text-align: left;
    border: 1px solid #e2e5e3;
    border-left: 3px solid #305729;
    background: #fff;
}


.cardified a:not([href^="tel:"]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;

  padding: .875rem 1.5rem;

  border: 1px solid #305729;
  border-radius: .625rem;

  background-color: #305729;
  color: #fff;

  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  box-shadow: 0 4px 12px rgba(48, 87, 41, .2);

  transition:
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.cardified a:not([href^="tel:"]):hover {
  background-color: #274821;
  border-color: #274821;
  color: #fff;

  box-shadow: 0 7px 18px rgba(48, 87, 41, .28);
  transform: translateY(-2px);
}