.slick-slide-team {
    outline: none !important;
}

.ds-container-team {
    display: -webkit-box;
    display: -moz-box;
    /*display: -webkit-flexbox;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    min-height: 600px !important;
}

.ds-main-container-team, .ds-items-container-team {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ds-main-name-team
{
    color: #ffffff !important;
}
.ds-main-title-team > h3
{
    color: white !important;
}
.ds-main-desc-team > h3
{
    color: white !important;
}
.ds-main-container-team {
    color: #fff;
    background-color: #1d386b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-main-img-team {
    width: 70%;
    max-width: 250px;
    display: none;
    position: relative;
    margin: auto;
}


.ds-main-title-team, .ds-main-desc-team {
    color: #FFFFFF;
    font-size: 18px;
    text-align: justify;
    line-height: 22px;
    font-family: Nexa;
}

.ds-items-container-team {
    background-color: #f2f2f2;
    padding: 20px 30px !important;
}
.blue
{
    background-color: #1d386b !important;
}

.ds-item-team {
    cursor: pointer;
    margin-bottom: 15px;
}
.ds-item-team > h2 {
    text-align: center;
}

.ds-item-team .img {
    width: 100%;
    /*height: 50px;*/
}

.ds-dots-team {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50px;
}

.ds-dots-team li {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.ds-dots-team .slick-active {
    background-color: #e22140 !important;
}