.sbp-competencies-carousel {
    margin-bottom: 20px;
}

.competencies-wrapper {
    text-align: center;
    background: #f5f5f7;
    min-height: 320px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sbp-competencies-carousel .competencies-thumbnail {
    height: 145px;
    margin-top: 30px;
    flex: 1 0 100%;
}
.sbp-competencies-carousel .competencies-thumbnail .competencies-thumbnail-inner {
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 210px;
    margin: 0 auto;
}

.competencies-grid-title {
    font-size: 24px;
    font-weight: 200;
    max-width: 330px;
    display: block;
    margin: 0 auto;
    line-height: 1.3;

    flex: 1 0 100%;
}

.competencies-more-link {
    flex: 1 0 100%;
    align-self: flex-end;
    min-height: 40px;
}

.competencies-more-link a{
    color: #f2690a;
    font-size: 45px;
}

.more-competencies-wrapper {
    margin-top: 100px;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.slider-type-overview .competencies-wrapper {
    /*background: #ffffff;*/
}


.slider-type-overview .competencies-more-link {
    flex: 1 0 100%;
    align-self: flex-end;
    height: 36px;
    background: #f2690a;
    text-align: right;
    padding: 0 10px;
}

.slider-type-overview .competencies-more-link a{
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    display:block;
}

.slider-type-overview .competencies-thumbnail {
    height: 200px;
    margin-top: 10px;
    flex: 1 0 100%;
    background: white;
    cursor:pointer;
}

.slider-type-overview .competencies-grid-title {
    align-self: flex-end;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.controls-competencies-slider {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    padding: 0 20px;
}
@media screen and (max-width:899px) {
    .controls-competencies-slider {
        top: 89%;
    }
}
.controls-competencies-slider button {
    background: none !important;
    border: none !important;
    font-size: 30px;
    color: black;
    line-height: 1;
    padding: 0;
}
.controls-competencies-slider button i{
    color: black;
}

/*.sbp-competencies-slider > .tns-slide-active:first-of-type .competencies-grid-title,*/
/*.sbp-competencies-slider > .tns-slide-active:first-of-type .competencies-grid-title {*/
/*    opacity: 0;*/
/*}*/
/*
@media (min-width: 992px) and (max-width: 1500px) {

    .more-competencies-wrapper {
        padding: 0px 50px 0px 90px !important;
    }

}
*/

