h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .typewriter {
    display: inline-block;
    border-right: 2px solid#2962ff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #2962ff;
    min-height: 1.8rem;
    max-width: 100%;
    font-weight: 600;
  }

  .highlight {
    color: #f7941d;
  }

  @keyframes blink {
    0%, 100% { border-color: #2962ff; }
    50% { border-color: transparent; }
  }

  .typewriter {
    animation: blink 0.7s step-end infinite;
  }
  .wp-title-contact-support .text-sub{
    font-size: 16px;
    margin-bottom: 30px;
    color: #2962ff;
  }
  .wp-title-contact-support{
    display: flex;
    justify-content: center;
}
.container-contact{
    text-align: center;
}
