.bot-question h3 {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bot-question h3 img {
    height: 45px;
    margin-right: 10px;
    width: max-content;
}
.bot-question textarea {
    min-height: 80px;
    margin-bottom: 8px;
}
