<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentus-link12 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.contentus-link12:hover {
    color: #fff;
    text-decoration: underline;
}

.contentus-12 img{
    width: 100%;
    height: auto;
}
.contentus-12 .team-content{
    height: 120px;
    background: #ea8828;
    position: relative;
    top: -18px;
    left: 0;
    transform: rotate(7deg) skew(7deg);
}
.contentus-12 .team-info{
    width: 100%;
    text-align: center;
    padding: 39px 0 0;
    position: absolute;
    transform: rotate(-5deg) skew(-5deg);
}
.contentus-12 .title{
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.contentus-12 .post{
    font-size: 14px;
    color: #fff;
}
.contentus-12 .icon{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
}
.contentus-12 .icon li{
    display: inline-block;
    float: left;
}
.contentus-12 .icon li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ea8828;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 2px;
    transition: all 0.3s ease 0s;
}
.contentus-12 .icon li:nth-child(2n) a{
    position: relative;
    bottom: -13px;
}
.contentus-12 .icon li:last-child a{
    margin-right: 0;
}
.contentus-12 .icon li a:hover{
    background: #161616;
}
@media only screen and (max-width: 990px){
    .contentus-12{ margin-bottom: 30px; }
}</pre></body></html>