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