 /* full-width dark panel, from your services page */
  .contact-panel {
    width: 100%;
    background-color: #1a1a1a;
    padding: 150px 0;
    height: 658px;
}

  /* gold-boxed content, from your services page */
  .contact-panel .contact-wrapper {
    width: 75%;
    height: 200px;
    max-width: 900px; /* Adjusted for a form layout */
    margin: auto;
    padding: 50px 20px;
    text-align: center;
    border: 2px solid #ffd700;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    position: relative;
    
    }

  .contact-wrapper p {


padding-top: 5px;
font-size: 1rem;
  }

  .contact-wrapper img {
    position: absolute;
  top: 0px;
  left: 5px;
  


  }
