.speaker_ppage {/* padding: 20px 0 0; */max-width: 1120px;margin: 12px auto 20px;}

.speaker_ppage_top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 12px;
}

.speaker_ppage_img {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
}

@media(max-width: 768px) {
    .speaker_ppage_img {
        width: 180px;
        height: 180px;
    }
}

.speaker_ppage_img img {
    display: block;
    width: 100%;
}

.speaker_ppage_name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-top: 18px;
    line-height: 130%;
    text-align: center;
}

.speaker_ppage_soc_list {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

