.lastSection {
  width: 100%;
  padding: 0 3rem;
  background-color: var(--color-alt);
}

.formSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-alt);
}

.formHeader {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: calc(3.2rem * 1.2);
  text-align: center;
  color: var(--color-primary);
  margin-top: 12rem;
}

.formBox {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(2rem * 1.1);
  margin-top: 2rem;
  padding-bottom: 1.4rem;
  width: 100%;
}

.colorbox {
  color: var(--color-primary);
  width: 100%;
  padding: 0.8rem 1rem;
  border: 0.1rem solid var(--ultimate-color);
}

.colorbox:focus {
  border: 0.1rem solid var(--action-color);
  outline: none;
}

.colorbox::placeholder {
  color: #979493;
}

#formMessage {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.1);
  width: 100%;
  min-height: 11.4rem;
  color: var(--color-primary);
  border: 0.1rem solid var(--ultimate-color);
  margin-top: 2.4rem;
  padding: 1.2rem;
}

#formMessage:focus {
  border: 0.1rem solid var(--action-color);
  outline: none;
}

#formMessage::placeholder {
  color: #979493;
}

.buttonf {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.mediaForm {
  width: 100%;
  height: 7rem;
  margin-top: 12.4rem;
  display: flex;
  padding: 2.5rem;
  justify-content: center;
}

.mediaDesk {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 2rem;
}

.blackMedia {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.blackMedia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.finalSeparator {
  height: 0.5rem;
  width: 40%;
  border-radius: 1rem;
  background-color: var(--ultimate-color);
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}
