.comment {
    display: flex;
    height: auto;
    width: 100%;
}

.comment_box {
    color: #232323;
    border: solid #232323 1px;
    border-left: solid 8px #7c7c7c;
    margin: 0;
    padding: 0;
    height: fit-content;
    width: fit-content;
}

.comment_box p {
    margin: 0;
    padding: 0;
}