@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
  #coming-soon .overlay {
    padding: 20px;
  }

  .nav-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
  }

  .time {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    background-color: transparent;
    width: auto;
    height: auto;
  }

  #countdown h2 {
    font-size: 40px;
    font-weight: 600;
  }

  #countdown small {
    font-size: 18px;
  }
}

@media only screen and (max-width: 576px) {
  #coming-soon .overlay {
    padding: 0px;
  }
  h1 {
    font-size: 50px;
  }

  #coming-soon i {
    font-size: 30px;
    margin-left: 16px;
  }

  h3 {
    font-size: 24px;
  }
}
