.contentus-link13 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.contentus-link13:hover {
    color: #fff;
    text-decoration: underline;
}

.contentus-13{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.contentus-13 img{
    width: 100%;
    height: auto;
}
.contentus-13 .team-content{
   width: 100%;
    background: #87a7bdab;
    color: #fff0;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.contentus-13:hover .team-content{
    padding-bottom: 40px;
}
.contentus-13 .team-content:before,
.contentus-13 .team-content:after{
    content: "";
    width: 60%;
   height: 18px;
    background: #708a9c85;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}
.contentus-13 .team-content:before{
    left: -3%;
}
.contentus-13 .team-content:after{
    right: -3%;
    transform: rotate(-15deg);
}
.contentus-13 .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}
.contentus-13 .title:before,
.contentus-13 .title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #f3f3f3;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}
.contentus-13 .title:before{
    left: 32%;
}
.contentus-13 .title:after{
    right: 32%;
    transform: rotate(74deg);
}
.contentus-13 .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.contentus-13 .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.contentus-13:hover .social-links{
    bottom: 0;
}
.contentus-13 .social-links li{
    display: inline-block;
}
.contentus-13 .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}
.contentus-13 .social-links li:last-child a{
    margin-right: 0;
}
.contentus-13 .social-links li a:hover{
    color: #ff5543;
}
@media only screen and (max-width: 990px){
    .contentus-13{ margin-bottom: 30px; }
    .contentus-13 .team-content:before,
    .contentus-13 .team-content:after{
        height: 50px;
        top: -24px;
    }
    .contentus-13 .title:before,
    .contentus-13 .title:after{
        top: -85px;
        height: 102px;
    }
    .contentus-13 .title:before{
        left: 35%;
    }
    .contentus-13 .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .contentus-13 .team-content:before,
    .contentus-13 .team-content:after{
        height: 75px;
    }
    .contentus-13 .team-content:before{
        transform: rotate(8deg);
    }
    .contentus-13 .team-content:after{
        transform: rotate(-8deg);
    }
    .contentus-13 .title:before,
    .contentus-13 .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .contentus-13 .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .contentus-13 .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .contentus-13 .title:before,
    .contentus-13 .title:after{
        top: -83px;
    }
}