.comment {
  max-width: 127rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 4rem 8rem 4rem 10rem;
  gap: 8rem;
  color: #fff;
  border-radius: 1rem;
  background: linear-gradient(90deg, #156864 0%, #2eada7 100%); }
  @media (max-width: 1023px) {
    .comment {
      max-width: none;
      align-items: normal;
      flex-direction: column;
      justify-content: normal;
      margin: 0;
      padding: 26px 20px;
      gap: 30px; } }
  @media (max-width: 1023px) {
    .comment-left {
      position: relative;
      height: 70px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 80px; } }
  .comment-img {
    margin-bottom: 1rem; }
    @media (max-width: 1023px) {
      .comment-img {
        position: absolute;
        top: 0;
        left: 0; } }
    .comment-img .lazy-img-wrap {
      width: 11.4rem;
      height: 11.4rem;
      overflow: hidden;
      border-radius: 50%; }
      @media (max-width: 1023px) {
        .comment-img .lazy-img-wrap {
          width: 70px;
          height: 70px; } }
      .comment-img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .comment-name {
    white-space: nowrap; }
  .comment-pos {
    color: #D8D8D8;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .comment-pos {
        margin-top: 2px; } }
  .comment-right {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 3.6rem; }
    @media (max-width: 1023px) {
      .comment-right {
        max-width: 85%;
        flex-direction: column;
        margin: 0 auto;
        gap: 4px;
        text-align: center; } }
    @media (max-width: 575px) {
      .comment-right {
        max-width: none; } }
  .comment-quote {
    width: 4rem;
    height: 4rem;
    align-self: end;
    flex-shrink: 0; }
    @media (max-width: 1023px) {
      .comment-quote {
        width: 28px;
        height: 28px; } }
    .comment-quote--first {
      align-self: start;
      transform: rotate(180deg); }
    .comment-quote svg {
      width: 100%;
      height: 100%; }
