@use '../../../assets/scss/customVariables.scss' as *;

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 30px;
  line-height: 26.72px;
  font-weight: 900;
  text-align: center;
}

.subtitle {
  font-size: 13px;
  line-height: 25.03px;
  font-weight: 700;
  text-align: center;
}

.divider {
  width: 100%;
  height: 4px;
  margin-top: 15px;
  max-width: 119px;
  background-color: $primary-color;
}
