.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0;
}

.banner__title {
  font-size: 1.6rem;
  font-weight: 500;
  width: 15.63rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .banner__title {
    font-size: 1.6rem;
    width: auto;
  }
}

.banner__title span {
  color: var(--brandLightClr);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .banner__title span {
  }
}

.banner__description {
  font-size: var(--font-20);
  color: #5c575e;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .banner {
    background-color: #d280a01a;
    width: 35.75rem;
    height: 5.05rem;
    padding: 0.75rem 0 1.54rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.018rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #2d2d2d;
    width: 11.32rem;
    margin: 0 0 0.226rem 0;
  }
  .banner__title span {
    font-weight: 700;
    font-style: Bold;
    color: #d280a0;
  }
  .banner__description {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
  }
}
