/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
.c-cta-panel__gradient {
  align-items: center;
  background-size: cover;
  display: flex;
  height: 460px;
  position: relative; }
  .c-cta-panel__gradient:before {
    content: "";
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.7; }

.c-cta-panel__gradient-inner {
  z-index: 2; }
