.contato-do-programa {
  padding: 40px 20px;
  background: #f9f9f9;

  h2 {
    margin: 0;
    margin-bottom: 32px;
  }

  .contato-do-programa-content {
    display: grid;
    gap: 20px;

    .block-fild {
      display: flex;
      gap: 4px;
      width: -webkit-fill-available;

      .text-fild {
        h3 {
          margin: 0;
          margin-bottom: 4px;
          font-size: 16px;
          font-weight: 400 !important;
          color: #30302e;
        }

        p {
          white-space: pre-wrap;
          min-width: 1px;
          font-size: 16px !important;
          font-weight: 600;
          color: #1d1d1b;
          margin: 0;
        }
      }
    }

    .endereco-fild {
      a {
        margin-top: 6px;
        display: flex;
        gap: 4px;
        font-size: 16px;
        font-weight: 400;
        color: #004f9f;
        align-items: center;
      }
    }

    .email-fild {
      a {
        display: flex;
        gap: 4px;
        align-items: center;

        p {
          color: #004f9f !important;
          font-weight: 400 !important;
        }
      }
    }

    .telefone-fild {
      p {
        white-space: pre-wrap;
        min-width: 1px;
        font-size: 14px !important;
        padding: 2px 8px;
        border-radius: 999px;
        background: #e6edf5;
      }
    }
  }
}