.boxCommentsContainer {
  background: #fff;
  width: 665px;
  /* width: 100%; */
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.boxCommentsPadding{
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  overflow: hidden;
}

.boxCommentsInfo {
  font-family: var( --font-family-roboto);
  font-style: normal;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;

  text-align: left;
}
.boxCommentsCommentsOwner{
  font-family: var( --font-family-roboto);
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {

}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 767px) {

  .boxCommentsInfo {
    font-family: var( --font-family-roboto);
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  
    text-align: left;
  }
  .boxCommentsCommentsOwner{
    font-family: var( --font-family-roboto);
    font-size: 20.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%;
  }
  .boxCommentsPadding{
      padding-left: 20px;
      padding-right: 20px;
      text-align: start;
  }

  .boxCommentsContainer {
      width: 360px;
      height: 100%;
      /* width: 100%; */
  }

}
