:root {
    --primary-color: #000000;
    --secondary-color: #f5f2fe;
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    --heading-font-family: "Playfair Display", serif;
    --default-font-family: "Poppins", sans-serif;
    --branding-color: #488db4;
  }

  .contact_container{
    padding: 160px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
  }
  
h1,h3{
    color: black;
    font-weight: bold;
  }

p{
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;

}
.contact-content p{
    margin-top: 0;
    margin-bottom: 1rem;
}
h1{
    font-size: 64px;
    font-family: var(--heading-font-family);
    line-height: 80px;
}
.contact-content h3{
    font-size: 24px;
  line-height: 1;
  font-family: var(--default-font-family);
}
.mb-5{
    margin-bottom: 3rem ;
}


@media (min-width:1400px) {
    .contact_container{
     max-width: 1320px;
 
    } 
     
 }