.politician-details{
    margin-top: 100px;
}
.politician-details .m-t-5{
    margin-top: 5px;   
}
.politician-details .card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: none;
}
.politician-details .card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: .2rem;
}
.politician-details .card .body p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.politician-details .card .body .party-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.politician-details .card .body .party-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.politician-details .profile-page .profile-header {
    position: relative
}
.politician-details .profile-page .profile-header .profile-image{
    width: 150px;
    height: 150px;
}
@media (min-width: 1200px) {
    .politician-details .profile-page .profile-header .profile-image{
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
}
@media (min-width: 992px) {
    .politician-details .profile-page .profile-header .profile-image{
        width: 130px;
        height: 130px;
    }
}
.politician-details .profile-page .profile-header .profile-image img {
    border-radius: 50%;
    /* width: 140px; */
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.politician-details .profile-page .profile-header .social-icon a {
    margin: 0 5px
}

.politician-details .profile-page .profile-sub-header {
    min-height: 60px;
    width: 100%
}

.politician-details .profile-page .profile-sub-header ul.box-list {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    background: #eee
}

.politician-details .profile-page .profile-sub-header ul.box-list li {
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    list-style: none
}

.politician-details .profile-page .profile-sub-header ul.box-list li:last-child {
    border-right: none
}

.politician-details .profile-page .profile-sub-header ul.box-list li a {
    display: block;
    padding: 15px 0;
    color: #424242
}