h1 {
  margin-top: 70px;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  max-width: 988px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h1 {
    display: none;
    margin-bottom: 30px;
    margin-top: 60px;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
  }
}

.blue {
  color: #1971C2;
}

.calendly-inline-widget {
  height: 700px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .calendly-inline-widget {
    height: 770px;
  }
}
@media (max-width: 767px) {
  .calendly-inline-widget {
    height: 855px;
  }
}