@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* container */
  .container {
    padding: 0 20px;
  }

  /* header */
  .headerLinks {
    gap: 20px;
  }

  /* content */
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  /* header */
  .headerLinks {
    gap: 15px;
  }
  .headerLink {
    font-size: 14px;
  }
  .location {
    margin-right: 100px;
  }

  /* content */

  /* footer */
  .footerTop {
    flex-direction: column;
    row-gap: 30px;
  }
  .footerInfo {
    width: 100%;
  }
  .footerTopBoxs {
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
  }
  .footerTopBox {
    width: 50%;
    padding: 25px;
    border: 0;
    border-top: 1px solid #40464b;
  }
  .footerTopBox:nth-child(even) {
    border-left: 1px solid #40464b;
  }
  .footerBottom {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 30px;
  }
  .footerBottomSub {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .headerLinks {
    overflow: auto;
  }
  .headerLink {
    text-wrap: nowrap;
  }

  /* content */
  .contentLeft {
    width: 100%;
  }
  .contentRight {
    display: none;
  }

  /* news */
  .news {
    margin-top: 50px;
  }
  .newsInner {
    flex-direction: column;
    gap: 50px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsRight {
    width: 100%;
  }

  /* goBack */
  .goBack {
    margin-top: 50px;
  }

  /* footer */
  .footer {
    margin-top: 50px;
  }
  .footerMiddleBoxs {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footerMiddleBox {
    width: 33%;
  }
  .footerBottom {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .location,
  .searchBox,
  .loginBtnContainer,
  .headerLinks {
    display: none;
  }
  .headerLogo img {
    display: block;
    max-width: 100%;
  }

  /* content */
  .content {
    margin-top: 100px;
  }
  .contentLeftTitle {
    font-size: 25px;
  }
  #formbox {
    margin-top: 0;
  }
  .formBoxTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .submit {
    font-size: 16px;
    margin-top: 30px;
  }

  /* news */
  .news {
    margin-top: 30px;
  }
  .newsInner {
    gap: 30px;
  }
  .newsTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .newsLeftBox {
    width: 100%;
  }
  .newsLeftBoxTitle {
    font-size: 18px;
  }

  /* goBack */
  .goBack {
    margin-top: 30px;
  }

  /* footer */
  .footer {
    margin-top: 30px;
  }
  .footerTopBox {
    width: 100%;
    padding: 10px;
    border: 0;
    border-top: 1px solid #40464b;
  }
  .footerTopBox:nth-child(even) {
    border-left: none;
  }
  .footerBottomlinks {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
