body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #5F676A;
}
a {
  color: #5F676A;
}
a:hover {
  color: #5F676A;
  text-decoration: none;
}
.line {
  height: 20px;
}
.blue {
  background: #3A95CC;
}
.grey {
  background: #5F676A;
}
.bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .position-relative {
    height: 340px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
}