.subject {
  display: none;
}

.alert-secondary {
  background: var(--lightorange) !important;
  border: none;
  border-radius: 0.6rem !important;
}

.alert-secondary p {
  font-size: 1.1rem;
}

h3 {
  font-size: 1.8rem !important;
}

.landing-box {
  background-color: var(--white);
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem 0 rgb(0 0 0 / 8%);
  height: 90%;
  padding: 1rem;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  text-align: left;
  padding: 1rem;
  text-align: center;
  
}

.landing-box .landing-box-image {
  width: 100%;
}

.landing-box .advantages-image {
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landing-paragraph {
  background-color: var(--grey);
  padding: 3.6rem;
}

.contact-box {
  text-align: center;
  margin-top: 1.5rem;
}

.contact-box .card-foto {
  width: 160px;
  border-radius: 50%;
}

.form-control-contact {
  background-color: var(--lightgrey);
  border-color: var(--grey);
}

.btn-contact {
  line-height: 0.7;
  width: 40%;
}

.landing-section {
  text-align: center;
  color: var(--blue);
  margin-bottom: 3rem;
}
