.heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.heading h2 span {
  color: #4b70e2;
}
.heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}
.form-control {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  background-color: var(--color-light-2);
  border: 0;
  border-radius: 10px;
  resize: none;
}
.form-control:focus {
  background-color: var(--color-light-2);
  box-shadow: none;
}
.title h3 {
  font-size: 18px;
  font-weight: 600;
}
.title p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.6;
  margin: 0 0 40px;
}
.info {
  margin-top: 30px;
}
.info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.info h4 {
  font-size: 13px;
  line-height: 1.4;
}
.info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}
