.dots_employee .slick-current {
    display: none !important;
}
.main_employee {
    margin-bottom: 36px;
}
.dots_employee .project-elem {
    height: 264px;
}
.dots_employee .project-elem__overflow {
    padding: 0;
}
.dots_employee .project-elem:hover .project-elem__text {
    color: #FFF;
    text-decoration: none;
}
.dots_employee .project-elem__text {
    margin-bottom: 0;
    padding: 10px 16px;
    text-align: left;
    justify-content: left;
    align-items: baseline;
    color: #FFF;
    font-size: 14px;
    background: #0F72BA;
    flex-direction: column;
    height: auto;
}
.main_employee .slick-arrow
{
    top: 15%;
}

@media (max-width: 768px) {
    .dots_employee {
        display: none !important;
    }
}