.lgx-single-member {
    background: #fff;
    border: 2rem solid #ddd;
    padding-right: 2rem;
    margin-bottom: 30px;
}

.speaker-info {
    padding-top: 2rem;
}

.lgx-single-member .title {
    margin-bottom: 2px;
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: 700;
    color: #1b273d;
}

.speaker-info .subtitle {
    color: #0054a6;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.member-content {
    padding-bottom: 2rem;
}

@media (max-width: 575px) {
    .lgx-single-member {

       padding-left: 2rem;
}
.lgx-single-member img{
    width: 150px !important;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.lgx-single-member .title, .speaker-info .subtitle, .member-content {
    text-align: center;
}
 }