.tc-b5a822a8-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tc-b5a822a8-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.tc-b5a822a8-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.tc-b5a822a8-image-wrapper {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.tc-b5a822a8-image-wrapper img {
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.tc-b5a822a8-text {
    margin-bottom: 20px;
}
.tc-b5a822a8-name {
    margin-bottom: 5px;
    font-weight: bold;
}
.tc-b5a822a8-location {
    font-size: 0.9em;
    opacity: 0.8;
}
