.boxComment__list{align-items:center;display:flex;gap:40px;height:100%;justify-content:center}.boxComment{background:var(--R5-color-neutral-polarWhite);border-radius:24px;box-shadow:0 10px 20px 0 rgba(33,41,56,.1);flex-direction:column;gap:24px;height:100%;max-height:300px;max-width:294px;padding:8px;width:100%}.boxComment__row{display:flex}.boxComment__row--first{background:var(--R5-color-secondary-lightTeal);border-radius:16px;padding:24px 16px}.boxComment__row--first-without-background{background:none;border-radius:0;padding:0}.boxComment__image-container{float:left}.boxComment__row--second{flex-direction:column;gap:8px;padding:8px}@media (max-width:768px){.boxComment__list{align-items:center;display:flex;gap:40px;height:100%;justify-content:normal;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:25px}.boxComment{min-height:300px;min-width:294px}}