/* Position the solutions copy over the light right side of the section image. */
@media (min-width: 768px) {
  html body .financial-services-solutions-copy {
    width: min(680px, 58vw) !important;
    max-width: 680px !important;
    margin-right: clamp(30px, 4vw, 72px) !important;
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  html body .financial-services-solutions-copy {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
