.speaker-page .sec_theme {
   padding-top: 6rem;
}

.speaker-page .sec_theme::before {
    height: 30rem;
 }

.speaker-page .sec_theme::after {
    display: none;
}

.speaker-page .sec_theme {
    background-image: url(../img/bg.png);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sp-ver {
    position: relative;
    text-align: left;
    padding-bottom: 1.8rem;
    margin-bottom: 1.5rem;
    margin-left: 2rem;
}

.sp-ver::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    bottom: 0;
    background: url(../img/star.svg)no-repeat left;
}

.page-box {
    display: flex;
    align-items: center;
}

.right-info {
    width: 85%;
    border: 3px solid #ffffff;
    padding: 2rem 2.2rem;
    box-shadow: 0px 0px 10px rgba(242, 68, 114, 0.8);
}

.right-info h6 {
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 8px;
}

.right-info h6 span {
    font-size: 22px;
    font-weight: 500;
}

.left-photo{
    max-width: 280px;
}

.left-photo img {
    display: block;
    width: 100%;
    background-color: #ffffff;
}

.agenda-link {
    margin-bottom: 1.5rem;
}

@media (max-width:576px) {
    .page-box {
        flex-direction: column-reverse;
    }

    .right-info {
        width: 100%;
    }

    .left-photo{
        max-width: 220px;
        margin: 0 auto 2rem;
    }
}