.contatti-page {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

.contatti-page h1 {
  font-size: 41px;
  font-weight: 100;
  margin-bottom: 40px;
}
.contatti-page h1::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #e3c572;
  margin-bottom: 8px;
}
.orol {
  font-size: 41px;
  font-weight: 600;
  text-transform: uppercase;
}

.contatti-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.contatti-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contatti-form label {
  color: gray;
  font-size: 18px;
  font-weight: 400;
}

.contatti-form input,
.contatti-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
}

.contatti-form input {
  margin-bottom: 10px;
}

.messgi {
  height: 148px;
}

.contatti-form button {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.contatti-info {
  width: 40%;
  font-size: 14px;
  line-height: 1.6;
}

.contatti-info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.contatti-info p {
  font-size: 18px;
  font-weight: 300;
  color: grey;
}

.contatti-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 6px;
}

.page-footer {
  background: #000;
  color: #fff;
  height: 98px;
  text-align: center;
  padding: 16px 0;
}

.footer-brand {
  font-size: 27px;
  font-weight: 400;
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .contatti-container {
    flex-direction: column;
  }
  .contatti-form,
  .contatti-info {
    width: 100%;
  }
  .contatti-page h1 {
    margin-bottom: 20px;
  }
  .page-footer {
    height: 80px;
  }
}

@media (max-width: 1600px) {
  .contatti-page {
    width: 95%;
    margin: 0 auto;
  }

  .contatti-form,
  .contatti-info {
    width: 80%;
  }
}
