.text-desktop-h2 {
    font-family: Gabarito;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
  
  .text-desktop {
    font-family: Gabarito;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
  }
  .text-desktop-20 {
    font-family: Gabarito;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .text-desktop-h2 {
      font-size: 24px;
      font-weight: 700;
      line-height: 26.4px;
    }
  
    .text-desktop {
      font-size: 18px;
      font-weight: 400;
      line-height: 21.6px;
    }
  
    .text-desktop-20 {
      font-size: 16px;
      font-weight: 400;
      line-height: 19.2px;
    }
  }
  