.container {
  background-color: var(--secondary-bg);
  .header {
    padding-top: 45px;
    padding-bottom: 26px;
    @media (max-width: 576px) {
      padding: 16px 0;
    }
    .title {
      margin: 0;
      margin-bottom: 8px;
      font-size: 24px;
      line-height: 26px;
      font-weight: 600;
      color: var(--dark-blue);
      @media (max-width: 576px) {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 6px;
      }
    }
    .text {
      margin: 0;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: -0.02em;
      @media (max-width: 576px) {
        font-size: 16px;
        line-height: 18px;
      }
    }
  }
}
