.ce_jispeakerintroduction_sectiontitle {
    padding-bottom: 1.5625rem; /* 25px */
}

.ce_jispeakerintroduction_entry {
    display: flex;
    gap: 1.5rem; /* 24px */
}

.ce_jispeakerintroduction_entry_padding {
    padding-bottom: 2.5rem; /* 40px */
}

.ce_jispeakerintroduction_image {
    width: 9.375rem; /* 150px */
    height: 9.375rem; /* 150px */
}

@media (max-width: 450px) {
    .ce_jispeakerintroduction_entry {
        flex-direction: column;
    }
}
