.speaker h3,
.sp-modal h5 {
    text-align: center;
}

.sp-box * {
    text-align: center;
    transition: 0.1s ease;
}

.sp-box {
    position: relative;
    margin-bottom: 1rem;
}

.sp-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sp-box a:hover~.sp-photo {
    border: 3px solid var(--main-color);
}

.sp-box a:hover~h5 {
    color: var(--main-color);
}

.sp-box p {
    font-size: 16px;
    color: #666666;
}

.sp-photo {
    overflow: hidden;
    border-radius: 50%;
    max-width: 220px;
    margin: 0 auto;
}

.sp-photo img {
    display: block;
    width: 100%;
}

.sp-box h5 {
    color: #212121;
    margin: 20px 0 12px;
}

.sp-box p {
    margin: 0;
    line-height: 1.5;
}

.sp-modal h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.sp-modal .modal-header {
    border-bottom: none;
}

.sp-modal .modal-body {
    padding: 0 2.5rem 2rem;
}

.sp-modal .modal-body p {
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-photo {
    max-width: 250px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto 2rem;
    border: 1px solid #dfdfdf;
}

.modal-photo img {
    display: block;
    width: 100%;
}