#faleConosco-content {
  background-color: white;
  margin-top: 2rem;
  border-radius: 20px;
  width: 90%;
  padding: 3rem;
}

.faleConosco-heading {
  display: flex;
  align-items: end;
}

.faleConosco-heading span {
  color: #4A3869;
  font-weight: 700;
  margin-left: 10px;
  font-size: 21px;
}

.faleConosco-body {
  margin-top: 2rem;
}

#form-icon {
  width: 219px;
  height: 152px;
}

@media screen and (max-width: 768px) {
  #faleConosco-content {
    margin-top: 5rem;
    padding: 1rem;
  }

  .faleConosco-heading {
    align-items: center;
    position: relative;
  }

  .faleConosco-heading img {
    max-width: 44px;
  }

  .faleConosco-heading h2,
  .faleConosco-heading span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
  }

  .faleConosco-body {
    margin-top: 6rem;
  }

  .faleConosco-heading #form-icon {
    width: 100%;
    max-width: 140px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  #footerButtons {
    display: none !important;
  }
}