.c-avanock__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
}[dir=ltr] .c-avanock__banner {
  background: linear-gradient(180deg, #52329B 0%, #0893F9 100%), #552E97;
}[dir=rtl] .c-avanock__banner {
  background: linear-gradient(-180deg, #52329B 0%, #0893F9 100%), #552E97;
}
@media (min-width: 768px) {
  .c-avanock__banner {
    min-height: 27rem;
  }
}
@media (min-width: 1280px) {
  .c-avanock__banner {
    min-height: 32rem;
  }
}