.servSlider {
    max-width:1112px;
    width:100%;
    margin:auto;
    box-sizing:border-box;
    overflow:hidden;
}
.servSlider > * {
    display:inline-block;
    vertical-align:middle;
}
.servSlider > *:not(:last-child) {
    margin-right:-4px;
}
.servSlider .maxWidth {
    width: calc(100% - 102px);
    padding:0 25px;
}
.servSlider > img {
    height:100px;
    cursor:pointer;
}
.servSlider a {
    display:block;
    padding:5px;
    margin:0 auto 15px;
    width:90px;
    text-align:center;
    font-style:italic;
}
.servSlider .flex > .twothird {
    line-height:2;
    text-align:justify;
}
@media all and (min-width:766px) {
    .flex {
        display: -webkit-flex; /* Safari */
        -webkit-flex-flow: row; /* Safari 6.1+ */
        display: flex;
        flex-flow: row;
    }
}
.servSlider .flex:not(.active) {
    display:none !important;
}
.servSlider .half:first-child,
.servSlider .third {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height:200px;
}
@media all and (max-width:765px) {
    .servSlider .maxWidth {
        width: calc(100% - 66px);
        padding: 0 10px;
    }
    .servSlider > img {
        width:33px;
    }
}