.title-bar {
  background-image: url('../../uploads/free/eletro-map-min_622731.webp');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  }
  
  .title-bar .container .content h1 {
    color: #353535;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
  }
  
  .contact .container .contact_form {
    width: 60%;
    margin: 0 auto;
  }
  .contact .container .contact_form .security {
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #dad9da;
  }
  .contact .container .contact_form .security .title h4 {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.8rem;
  }
  .contact .container .contact_form .security .title p {
    font-size: .9rem;
    text-align: left;
  }
  .contact .container .contact_form .security hr {
    height: 1px;
    background-color: rgba(9, 101, 81, 0.549);
    border: none;
  }
  .contact .container .contact_form .security .question {
    padding-top: 10px;
  }
  .contact .container .contact_form .security .question p {
    font-size: 0.875rem;
  }
  @media (max-width: 48em) {
    .contact .container .contact_form {
      width: 100%;
    }
}