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

  /* content */
  .contentSocial {
    display: none;
  }
}

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

  /* content */
  .contentSocial {
    display: none;
  }
  .contentLeft {
    width: 65%;
  }
  .contentRight {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .headerSearch {
    width: 300px;
    margin-right: 30px;
  }

  /* content */
  .contentLeft {
    width: 100%;
  }
  .contentRight {
    display: none;
  }
  .comments {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerSearch {
    display: none;
  }

  /* content */
  .introTitle {
    font-size: 25px;
  }
  .introSubs {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .contentLeftBlockSub {
    font-size: 15px;
  }
  .contentLeftBlockTextBlockTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .createBtnContainer {
    margin-top: 30px;
  }
  .formTitle {
    font-size: 25px;
  }

  .comments {
    margin-top: 30px;
  }
  .commentsTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .commentBlockSub {
    font-size: 15px;
  }
  .sponsored {
    margin-top: 30px;
  }

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

}
