.commentlist .depth-1 {
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgba(18, 28, 82, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .commentlist .depth-2 {
    margin-left: 40px;
  }
  .comment-body .says {
    display: none;
  }
  .comment-body .reply {
    margin-bottom: 0px !important;
    padding-left: 60px !important;
  }
  .comment-body .comment-content {
    padding-left: 60px !important;
  }
  .comment-body {
    padding: 20px 40px !important;
  }
  .commentlist .vcard img.photo {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-top: -2px !important;
    margin-right: 20px !important;
  }
  @media (max-width: 767px) {
    .commentlist .depth-1 {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .commentlist .depth-2 {
      margin-left: 20px;
    }
    .comment-body .fn {
      font-size: 18px;
    }
    .comment-body {
      padding: 10px 20px !important;
    }
  }
  