.form-section {
  padding: 7rem 0;
  background-color: #eff2f1;
}
.info {
  margin-bottom: 3rem;
}
.info-icon i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b5d50;
  border-radius: 10px;
  margin-right: 1rem;
  color: white;
}
.contact-form input{
  height: 50px;
}