html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
}

a {
  color: #4480c5;
}

a:hover,
a:active {
  color: #76aedd;
}

h1 {
  color: #2e578b;
  font-size: 70px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 0px;
  margin-top: 0;
}

h2 {
  color: #2e578b;
  font-size: 26px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.logo {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .content-box {
    text-align: center;
  }
  .icon-reserved {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .space {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  h1 {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .icon-reserved {
    margin-top: 20px;
    width: 190px;
  }
}
