/* Contacts Header Section */
.contacts-header-section {
    background-color: #fff;
    padding: 60px 40px;
  }
  .contacts-header-section .container-fluid35 {
    margin: 0 auto;
  }
  .contacts-header-section h2 {
    color: #4b60d5;
    font-size: 4rem;
   
    font-weight: 400;
  }
  .contacts-header-section p {
    color: #4b60d5;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
  }