
.coworkers{
    display: block;
    position: relative;
    padding: 0 0 30px 0;
}
.coworkers .kc_info{
    display: block;
    position: relative;
    background: #005888;
    border-radius: 4px;
    padding: 60px 18px;
}
.coworkers .kc_info h3, .coworkers .kc_info p, .coworkers .kc_info .kc_phone{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 26px;
    color: #FFFFFF;
}
.coworkers .kc_info p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 27px;
}
.coworkers .kc_info .kc_phone{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 15px;
}
.coworkers .kc_info .kc_btn.white{
    margin-left: -3px;
}
.coworkers .kc_info .kc_btn.white:hover{
    border: 1px solid #fff;
}
.coworkers .kc_coworker_item{
    display: block;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 43px 20px 42px 165px;
    min-height: 207px;
}
.coworkers .kc_coworker_item .kc_img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.coworkers .kc_coworker_item .kc_expert{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
    color: #000000;
}
.coworkers .kc_coworker_item .kc_name{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7px;
    color: #000000;
}
.coworkers .kc_coworker_item .kc_phone_co{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.kc_them_1 .owl-nav{
    display: block;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.kc_them_1 .owl-nav button{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50px;
    height: 44px;
    margin: 13px;
    background-image: url(/assets/img/arrow_left.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.kc_them_1 .owl-nav button.owl-next{
    transform: rotate(180deg);
}
.kc_them_1 .owl-nav button span{
    display: none;
}
