.sidebar__contact {
    background: var(--tg-theme-secondary);
    border-radius: 0px;
    padding: 50px 40px 55px;
    text-align: center
}
.card {
    margin-top: 40px; /* Adjust the value to add more or less space */
}
.quotation-form .custom_fields_10::placeholder {
    color: gray; /* Make placeholder text gray */
}

  .hero {
    font-size: 2.5rem;
    background: #333 url('/images/hero-bg.webp') no-repeat center;
    color: #fff;
    padding: 50px;
  }
@font-face {
  font-family: 'YourFont';
  src: url('/fonts/yourfont.woff2') format('woff2');
  font-display: swap;
}