#fw-section-rich-text-7fcb4723-e6c0-485b-9c3e-3636fa6404c7 {

h3 {
  color: yellow;
}

p {
  color: #fff;
  font-kerning: auto;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  background-color: #e31936;
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

/* Email link styled as a button */
a[href^="mailto"] {
  display: inline-block;
  background-color: #002f6c;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 24px;
  margin-top: 12px;
  font-size: 18px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

a[href^="mailto"]:hover {
  background-color: #004b9a;
}

.rich-text p:last-child {
  display: none;
}

.rich-text {
  background-color: #ffffff;
}
}

#fw-section-header {

a {
  color: #00539b;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
}