.section > .centered-content:first-child {
  padding-top:0 !important;
}
.centered-content {
  width:100% !important;
}
.richTextContent.richTextContent-big p,
.richTextContent.richTextContent-big ul,
.richTextContent.richTextContent-big ol,
.richTextContent.richTextContent-big li,
.ql-editor.richTextContent-big p,
.ql-editor.richTextContent-big ul,
.ql-editor.richTextContent-big ol,
.ql-editor.richTextContent-big li {
  font-family: Poppins,"system-ui",-apple-system,Segoe UI,Helvetica Neue,Roboto,Arial,Noto Sans,sans-serif !important;
  font-weight:600 !important;
  font-size:16px !important;
  color: #2d373e !important;
}
.richTextContent.richTextContent-small p,
.richTextContent.richTextContent-small ul,
.richTextContent.richTextContent-small ol,
.richTextContent.richTextContent-small li,
.ql-editor.richTextContent-small p,
.ql-editor.richTextContent-small ul,
.ql-editor.richTextContent-small ol,
.ql-editor.richTextContent-small li {
  font-family: Poppins,"system-ui",-apple-system,Segoe UI,Helvetica Neue,Roboto,Arial,Noto Sans,sans-serif !important;
  font-weight:600 !important;
  font-size:16px !important;
  color: #2d373e !important;
}
.background-sponsor {
background-image: url("https://hia.com.au/-/media/images/awards/aha/awards-sponsor-bg.jpg");
background-position: top center;
background-size: cover;
}
/* Remove space at bottom of cards without CTA */
#app .scl-card-icon__content {
  margin-bottom: auto;
  padding: 0 16px;
}
.white-text {
color: white !important;
}