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

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

  /* footer */
  .footerLinksInner {
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .headerTopRightLinks {
    display: none;
  }
  .logoSub {
    font-size: 25px;
    line-height: 35px;
  }
  .logo img {
    display: block;
    max-width: 100%;
  }

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

  /* about */
  .about {
    margin-bottom: 50px;
  }

  /* footer */
  .footer {
    margin-top: 50px;
  }
  .footerLinksInner {
    overflow-x: scroll;
    position: relative;
    z-index: 1;
  }
  .footerLink {
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerTopRightBtn,
  .headerTopLeft,
  .headerMiddleLeft,
  .searchBox,
  .headerBottom,
  .headerBottom1 {
    display: none;
  }
  .headerTop {
    padding: 10px 0;
  }
  .headerTopLogo {
    transform: none;
    position: static;
    text-align: center;
    width: 100%;
  }
  .headerTopLogo img {
    max-width: 100%;
    margin: 0 auto;
  }
  .headerMiddleInner {
    padding: 20px 0;
  }
  .logo {
    position: static;
    transform: none;
    justify-content: center;
    width: 100%;
  }
  .logo img {
    display: block;
    max-width: 120px;
  }

  /* content */
  .content {
    margin-top: 30px;
  }
  .contentTitle {
    font-size: 23px;
    line-height: 33px;
  }
  .contentBoxSub {
    font-size: 16px;
    line-height: 22px;
  }
  .contentBoxTitle1 {
    font-size: 22px;
    line-height: 30px;
  }
  .contentBoxTitle3 {
    font-size: 22px;
  }
  /* comments */
  .commentsInner {
    padding: 0;
  }
  .commentsBlock {
    padding-bottom: 30px;
  }
  .showMore {
    margin-top: 30px;
  }

  /* about */
  .about {
    margin-bottom: 30px;
  }

  /* footer */
  .footer {
    margin-top: 30px;
  }
  .footerTop {
    padding-bottom: 25px;
  }
  .footerMiddleSub {
    font-size: 16px;
  }
  .footerBottomInner {
    padding: 18px 0;
  }
}
