.contentus-link3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.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 .pic{
    overflow: hidden;
    position: relative;
}
.contentus-three .pic:before,
.contentus-three .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.contentus-three .pic:after{
    background: rgba(8,75,77,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.contentus-three:hover .pic:before{ top: 0; }
.contentus-three:hover .pic:after{ bottom: 0; }
.contentus-three .pic img{
    width: 100%;
    height: auto;
}
.contentus-three .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.contentus-three:hover .social{ opacity: 1; }
.contentus-three .social li{ display: inline-block; }
.contentus-three .social li a{
    display: block;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.contentus-three .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.contentus-three .social li a:hover:after{ transform: rotate(180deg); }
.contentus-three .team-content{ padding: 20px; }
.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; }
}