#contact_form_agency_page .form-group label {
    display: block !important;
}

.container_form_agency {
  background: #d8d8d8;
}
@media(min-width: 576px) {
  .container_form_agency {
    background: #d8d8d8;
    border-radius: 15px;
  }
}
  
  .container_form_agency input {
    border: unset;
  }
  
  .container_form_agency input[type=text], .container_form_agency input[type=email] {
    border: unset;
    height: 55px;
    background: #ffffff;
  }
  .container_form_agency #contactformagency-option label {
    user-select: none;
    cursor: pointer;
  } 
  
  .container_form_agency .help-block {
    color: #ff1818;
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 15px;
  }
  .container_form_agency .form-group.field-contactformagency-message {
    flex-grow: 1;
  }
  
  .container_form_agency textarea {
    height: 100%;
  }
  
  #contact_form_agency_page .form-group label, #contact_form_agency_page .form-group label a {
    font-family: "Manrope";
    font-size: 16px;
    font-weight: 400;
  }
  .img_container_cf_agency {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.img_container_cf_agency img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}