@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css);


body {
    background-color:#033067;
    color: #fff;
    font-family: 'Lexend', sans-serif;
  }
  
  h1 {
    font-weight: bold;
    font-size: 3rem;
  }
  
  .form-section {
    padding: 119px 0;
    width: 36%;
    margin-left: 34%;
    text-align: center;
  }
  .form{
    width: 36%;
    margin-left: 34%;
  }
  .form-section h1, .form-section h2 {
    color: #fff;
  }
  
  .form-section .form-control {
    background-color: white;
    border: 1px solid #fff;
    color: black;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  text-align: center;
  line-height: inherit;
}
  .form-section .btn-submit {
    background-color: #d91b1b;
    color:white;
    font-weight: bold;
  }
  
  .form-section .btn-submit:hover {
    background-color: green;
    color: black;
  }
  
  .find-us-section {
    padding: 30px 0;
  }
  
  .find-us-section h2 {
    color: #d5ff00;
    text-align: center;
  }
  
 

  @media (max-width: 768px) {
    .form-section, .form {
        width: 90%;
        margin-left: 5%;
        padding: 60px 0;
    }

    h1 {
        font-size: 2rem;
    }

    .find-us-section h2 {
        font-size: 1.5rem;
    }

   
    .container{
      width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 12%;
    }
    
}