 
#psttestimonialcmsblock {
    clear: both;
    overflow: hidden;
        position: relative;
}
#psttestimonialcmsblock ul#testimonial-carousel {
    position: static;
}
#left-column #psttestimonialcmsblock .block_content,#right-column #psttestimonialcmsblock .block_content{width:100%;float:left;}
#psttestimonialcmsblock .name a{
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #000000;
    font-family: 'oswald', 'sans-serif';
}
#psttestimonialcmsblock .name a:hover{color:#0DA1FF;}
#psttestimonialcmsblock .testmonial-image{     
    border: 5px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    overflow: hidden;
    width: 70px;
}
#psttestimonialcmsblock .testmonial-image img{max-width:100%;height:auto;}
#psttestimonialcmsblock .testmonial-image:hover{border-color:#eeeeee;}
#psttestimonialcmsblock .desc{
    margin: 20px auto 0;
    font-family: 'raleway', 'sans-serif';
    font-size: 13px;
    font-weight: 400;
    color: #808080; 
}

#psttestimonialcmsblock .designation{
    display: inline-block;
    font-size: 12px;
    vertical-align:top;
}
@media (min-width: 991px)
#left-column #psttestimonialcmsblock .block_content, #right-column #psttestimonialcmsblock .block_content{
    display: block;
}
}