@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;
  }
}

@media screen and (max-width: 991px) {
  /* content */
  .showMore {
    margin-top: 50px;
  }

  /* comments */
  .comments {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* content */
  .content {
    margin-top: 30px;
  }
  .contentTitle br {
    display: none;
  }
  .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 */
  .comments {
    margin-bottom: 30px;
  }
  .commentsInner {
    padding: 0;
  }
  .commentsBlock {
    padding-bottom: 30px;
  }
  .showMore {
    margin-top: 30px;
  }
}
