.profileList .list-item{
    padding: 0;
}

.profileList .list-content{
    position: relative;
    min-height: 340px;
}

.profileList .showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.profileList .showcase-overlay {
    
}

.profileList .img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.5rem;
    display: block;
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.8)80%,rgba(0,0,0,.9)100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.8)80%,rgba(0,0,0,.9)100%);
}

.profileList .caption .individual-heading {
    bottom: 0;
    position: absolute;
    background: none;
}

.profileList .individual-heading {
    text-align: left;
    width: 100%;
    padding: 10px !important;
}

.profileList .list-content h2 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

.individual-font-main {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin: 0px 0 -10px 0px;
}

.font-txt {
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    line-height: 0.8;
}

.font-13{
    font-size: 13px;
}

.font-txt i.font-13{
    font-size: 13px;
}

.logo-gold {
    position: absolute;
    right: 3%;
    top: 24%;
    width: 61px;
    z-index: 9;
}

.profileImg {
    width: 340px;
    height: 340px;
}

.font-txt i{
    color: #b6422b;
    font-size: 15px;
}

@media (max-width: 575px){  

    .profileImg {
        width: 100%;
        height: auto;
    }
    
}