/** @format */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  form {
    margin-bottom: 30px;
  }
  .main-content-head h3 {
    margin-bottom: 14px;
  }
  .main-content-head p {
    margin-bottom: 10px;
  }
  .logo img {
    width: 85%;
  }
  h1 {
    font-size: 55px;
    font-weight: 700;
  }
  h3 {
    font-size: 27px;
    font-weight: 300;
  }
  h4 {
    font-size: 24px;
  }
  h3.time {
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1200px) {
  .logo img {
    width: 85%;
  }
  form {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 52px;
    font-weight: 700;
  }
  h3 {
    font-size: 25px;
    font-weight: 300;
  }
  h4 {
    font-size: 22px;
  }
  h3.time {
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
    font-weight: 300;
  }
  p {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 992px) {
  .logo img {
    width: 75%;
  }
  .img-area {
    display: none;
  }
  .content-area {
    min-width: 100%;
  }
  .main-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 70%;
  }
  form {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 36px;
    font-weight: 700;
  }
  h3 {
    font-size: 17px;
    font-weight: 300;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
    font-weight: 300;
  }
  p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .logo img {
    width: 60%;
  }
  .content-area {
    justify-content: unset;
  }
  .logo-area {
    margin-bottom: 20px;
  }
  form {
    height: 40px;
    line-height: 40;
  }

  h1 {
    font-size: 30px;
    font-weight: 700;
  }
  h3 {
    font-size: 16px;
    font-weight: 300;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
    font-weight: 300;
  }
  a.sub-btn {
    font-size: 13px;
    padding: 0 17px;
    line-height: 40px;
  }
}
