

/* Start:/local/components/domoff-new/team.list/templates/.default/style.css?17465348241558*/
.team_title{
    display: block;
    font-size: 24px;
    font-family: 'SFProDisplay Heavy';
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.team_desc{
    color: #393531;
    font-family: 'SFProDisplay Regular';
    /*margin-bottom: 30px;*/
}
.team_wrap{
    color: #393531;
    /*margin-bottom: 40px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.team_wrap .citata{
    padding: 20px 25px;
    margin: 30px 35px 0 20px;
    background-color: #fff5e9;
    border-radius: 20px;
    position: relative;
    width: calc(50% - 50px - 20px);
}
.team_wrap .citata:before{
    content: '';
    position: absolute;
    left: -26px;
    top: 16px;
    border: 13px solid transparent;
    border-top: 13px solid #fff5e9;
    border-right: 13px solid #fff5e9;
}
.team_wrap .citata ._author{
    text-align: right;
    margin-top: 15px;
}
.team_wrap ._break{
    width: 100%;
}
.team_item{
    margin: 35px 35px 0 0;
}
.team_item a:hover{
    border: 0;
}
.team_item img{
    max-width: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    filter: grayscale(100%);
}
.team_item img:hover{
    filter: grayscale(0);
}
.team_item_name{
    font-size: 18px;
    font-family: 'SFProDisplay Medium';
    margin-top: 7px;
    text-align: center;
}

@media (max-width: 991px) {
    .team_wrap .citata{
        display: none;
    }
}
@media (max-width: 480px) {
    .team_item{
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .team_item:nth-child(2n){
        margin-right: 0;
    }
}

/* End */
/* /local/components/domoff-new/team.list/templates/.default/style.css?17465348241558 */
