.contentus-link3 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.contentus-312
    width: 100%;
    /* padding-right: 15px; */
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
.contentus-link3:hover {
    color: #000;
    text-decoration: underline;
}

.contentus-three{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.contentus-three:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.contentus-three:hover .pic:before{ top: 0; }
.contentus-three:hover .pic:after{ bottom: 0; }
.contentus-three .pic img{
    width: 100%;
    height: auto;
}


.contentus-three .team-content{ padding: 5px; }
.contentus-three .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #047168;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.contentus-three .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .contentus-three{ margin-bottom: 30px; }
}