.avatar {
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.slider-slide {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
