.c-help__title {
  display: inline-block;
}

.c-help__separator {
  height: 0.1rem;
}

[dir] .c-help__separator {
  background-color: #F5F5F5;
  margin-bottom: 4rem;
}

.c-help__see-also {
  display: grid;
  grid-column-gap: 1.3rem;
  column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  row-gap: 1.3rem;
}

[dir] .c-help__see-also {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-help__see-also {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }
  [dir] .c-help__see-also {
    margin-bottom: 6rem;
  }
}

.c-help__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 4.5rem;
  color: #FFF;
  font-size: 2.5rem;
  height: 17rem;
}

[dir] .c-help__banner {
  background-color: #183884;
  text-align: center;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .c-help__banner {
    font-size: 3.5rem;
  }
  [dir] .c-help__banner {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .c-help__banner {
    flex-direction: row;
    font-size: 4.5rem;
    height: 20rem;
  }
  [dir] .c-help__banner {
    padding: 0 10rem;
  }
}