.pwe-element-auto-switch .pwe-speakers__title {
    display: flex;
    justify-content: space-between;
}
.pwe-element-auto-switch .pwe-speakers__title p {
    margin: 0;
    max-width: 600px;
}
.pwe-element-auto-switch .pwe-speakers__items {
    margin-top: 18px;
}
.pwe-element-auto-switch .pwe-speakers__item {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(64, 64, 64, 0.32);
    border-radius: 18px;
    overflow: hidden;
}
.pwe-element-auto-switch .pwe-speakers__item-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    height: 100%;
}
.pwe-element-auto-switch .pwe-speakers__item :is(h3, p) {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.3;
}
.pwe-element-auto-switch .pwe-speakers__item h3 {
    font-size: 18px;
}
.pwe-element-auto-switch .pwe-speakers__item-position {
    padding-top: 4px;
    color: var(--accent-color);
}
.pwe-element-auto-switch .pwe-speakers__item-company-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.pwe-element-auto-switch .pwe-speakers__item-company {
    font-size: 14px;
}
.pwe-element-auto-switch .pwe-speakers__company-img {
    display: flex;
    align-items: center;
    max-width: 105px;
}
.pwe-element-auto-switch .pwe-speakers__company-img img {
    width: 100%;
    min-width: 105px;
}