.lower-content span{
        font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.lower-content{
    text-align: center;
}
.speaker-block {
    position: relative;
    margin-bottom: 40px;
}
.speaker-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.speaker-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}
.speaker-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #dddddd;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block .image {
    position: relative;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}.speaker-block .image img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.ts-speaker-info {
    margin-top: 20px;
    text-align: center;
}
.ts-speaker-info h3 {
    color: #e7015e;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #e7015e;
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}
.ts-speaker-info p {
    line-height: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: black !important;
}