.imp-header {
    padding: 20px 0 0 10px;
  }
  
  .imp-page-section {
      display: flex;
      padding: 10px;
      justify-content: space-between;
    }
    
    
    .imp-page-section img {
      width: 100%;
    }
    
    .content {
      margin: 0 0 50px 0;
    }
    
    .content p {
      font-family: 'poppins', sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 20px 0 20px 0;
    }
  
    .imp-page-section .contact {
      height: 100vh;
    }
  
  
    .content ul {
      list-style: circle;
      margin: 30px;
    }
  
    .content h3 {
  margin: 10px 0 10px 0;
    }
    
  
    .btn-x {
      width: 300px;
      margin: 1rem 0 1rem 0;
      padding: 0.8rem 2rem;
      font-family: inherit;
      font-size: 1rem;
      border: 1px solid black;
      background: white;
      border-radius: 80px;
      color: black;
      transition: all 0.5s ease;
      letter-spacing: 0.5px;
    }
  
    .btn-x:hover {
      background: #fbeef4;
      border-color: black;
      color: black;
    }
  
    .contact-btn-link {
      color: black;
    }
  
    .contact-image {
      margin: 60px 0 80px 0;
      width: 100%;
    }