td.main-content.moo-email-content {
  padding: 30px 40px !important;
}

td.main-content.moo-email-content p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #115E67;
}

td.main-content.moo-email-content p a {
  color: #115E67 !important;
  font-weight: 500;
}

td.main-content.moo-email-content h1 {
  color: #115E67;
  font-weight: 500 !important;
  font-size: 18px !important;
}

td.main-content.moo-email-content h3 {
  color: #115E67;
  font-weight: 600 !important;
  font-size: 16px !important;
}
tr.moo-emailheader-wrap {
    background-color: #115E67;
    background-repeat: no-repeat;
    background-size: cover;
    height: 47px;
    width: 100%;
    background-position: center;
}
tr.moo-emailheader-wrap td.header {
    padding: 12px 36px !important;
}

tr.moo-emailheader-wrap td.header a.logo img {
    height: 22px;
    width: 95px;
}

tr.moo-mailfoot-outer {
    background: #115E67;
}

tr.moo-mailfoot-outer td.footer.moo-email-foot {
    padding: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
tr.moo-mailfoot-outer td.footer.moo-email-foot p {
    text-align: center;
}

tr.moo-mailfoot-outer td.footer.moo-email-foot a.logo img {
    max-width: 146px;
    height: auto;
}
p.moo-email-footer-content {
    max-width: 540px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 177%;
    text-align: center;
    color: #ffffff;
}

p.contact-mail-foot a {
    max-width: 540px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #ffffff !important;
    flex-direction: row;
    padding: 5px;
}

p.foot-mail-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px !important;
}

p.foot-mail-social a img {
    max-width: 28px;
    height: auto;
}
