@media screen and (max-width: 1024px) {
  /* header */
  .searchInput {
    width: 400px;
  }

  /* slides */
  .slideBoxImg img {
    width: 150px;
    height: 90px;
  }
  .slideBoxLink {
    font-size: 13px;
    width: 90%;
  }

  /* content */
  .contentLeft {
    padding-left: 30px;
  }
  .contentLeftSocial {
    left: -5px;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .searchInput {
    width: 175px;
  }
  .searchBtn {
    padding: 0 15px;
  }

  /* content */
  .contentInner {
    flex-direction: column;
    gap: 30px;
  }
  .contentLeft {
    width: 100%;
    padding-left: 0;
  }
  .contentRight {
    width: 100%;
  }
  .contentLeftSocial {
    display: none;
  }
  .contentTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .contentLeftBoxTitle {
    font-size: 25px;
    line-height: 35px;
  }

  /* comments */
  .commentsInner {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  /* header */
  .searchBox {
    display: none;
  }
  .headerLeftTopLink {
    font-size: 18px;
    line-height: 28px;
  }

  /* slides */
  .slidesInner {
    margin: 0 15px;
  }
  button.slick-prev.slick-arrow {
    width: 20px;
    left: -25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  button.slick-next.slick-arrow {
    width: 20px;
    right: -25px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* content */
  .contentTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contentLeftBoxSub {
    font-size: 15px;
  }
  .contentLeftBoxTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contentLeftBoxImgLink {
    font-size: 13px;
  }
  .updateLink {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }

  /* comments */
  .comments {
    margin-top: 30px;
  }
  /* footer */
  .footer {
    margin-top: 30px;
  }
  .footerTop {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 30px;
  }
  .footerTopBox {
    width: 48%;
  }
  .footerLinks {
    flex-direction: column;
  }
  .footerLink {
    border: 0;
  }
}
