.title{
  flex-direction: column !important;
}
internal{
  flex-direction: column;
}
options{
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-column: 1 / span 2;
  gap: 16px;
}
#form_contact{
  position: relative;
}
#form_contact .details{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  bottom: 0px;
}
#form_contact .details.detail1{
  height: 200px;
  width: 135px;
  bottom: 0px;
  left: -86px;
  background-image: url('../assets/images/contato.planta.svg');
}
#form_contact .details.detail2{
  height: 332px;
  width: 236px;
  right: -164px;
  background-image: url('../assets/images/trabelhe_conosco.chair.svg');
}
#box_contato .form-textarea .editor{
  padding-left: 64px !important;
}
p{
  font-size: 14px !important;
  line-height: 24px !important;
}
#box_contato form{
  width: 100%;
  max-width: 720px;
}
#cnpj_row{
  display: none;
}
.infoBox{
  border: 1px solid var(--button-bg);
  color: var(--button-bg);
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  padding: 16px;
}

@media only all and (max-width: 1000px) {
  #form_contact .details{
    display: none;
  }
}
@media only all and (max-width: 600px) {
  options{
    width: 100%;
    flex-direction: column;
  }
  options button{
    width: 100% !important;
  }
}