.widget_guest_widget .widget-inside {
    background-color: transparent;
}

.guest-speaker-content {
    margin-bottom: 30px;
}

.guest-speaker-content h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.guest-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}

.guest-speaker-content img.guest-image {
    border-radius: 50%;
    margin-bottom: 12px;
}

.guest-speaker-content img.guest-company-logo {
    max-width: 90px;
}

.guest-speaker-content .guest-company {
    font-size: 14px;
    margin-bottom: 0;
}

.guest-speaker-content .guest-url {
    color: #006B89;
    font-size: 14px;
}