.separator {
  margin-top: 50px;
  background: linear-gradient(90deg, #0072BC 0%, #0048a7 100%);
}
.separator__content {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.separator__title {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 0 20px;
}
.separator__link {
  justify-self: center;
}
@media (min-width: 786px) {
  .separator {
    margin-top: 100px;
  }
  .separator__content {
    display: flex;
    justify-content: center;
  }
  .separator__title {
    font-size: 2.8rem;
  }
  .separator__link {
    align-self: center;
  }
}/*# sourceMappingURL=module.css.map */