// Mini Text - Italic Font Style //


em {
  font-size: 12px;
  padding: 5px 16px !important; 
  color: #353640;
  border-radius: 10px;
  background: #E9F7E7;
  font-style: normal !important;
}

  • Section Height: 10

  • Content Width: Large

  • Content Alignment: Middle

// Full Width Image Card //

[data-section-id="PAGE-SECTION-ID-HERE"] {
overflow-x: hidden !important;
overflow-y:hidden !important;
}

[data-section-id="PAGE-SECTION-ID-HERE"] {
.content-wrapper  {
  padding: 0px !important;
  margin: 0px auto;
  display: contents;
  }
.sqs-layout .sqs-row .sqs-block {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.image-card-wrapper .sqs-dynamic-text-container {
  padding: 40px !important;
}
}