@media screen and (min-width: 1024px) {
    .expertise .container:before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #ffffff 90%);
        position: absolute;
        content: "";
        height: 100%;
        width: 20%;
        right: 0;
        z-index: 1;
    }
}

.expertise__title {
    text-align: left;
}

.expertise__link {
    max-width: 100%;
}

.expertise__cards__item {
    border: 1px solid #e0e4ea;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 255px;
    background: #ffffff;
    min-height: 370px;
}

.expertise__cards__item__img {
    position: relative;
    width: 100%;
    height: 100%;
}

.expertise__cards__item__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.expertise__cards__item__text {
    color: #12161c;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 20px 20px 20px;
    font-family: "Open Sans";
}

.expertise__cards__item__text__title {
    color: #12161c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: normal;
    height: 54px;
    overflow: hidden;
}

.expertise__cards__item__text__para {
    color: #656f84;
    font-size: 1.3rem;
    line-height: 1.3;
}

.expertise__cards__item__text__link {
    color: #276ef1;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 2rem 0rem 1rem 0rem;
}

.expertise__cards__item__main {
    width: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 370px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .expertise__cards__item__main {
        width: 445px;
    }
}

.expertise__cards__item__main__text {
    color: #fff;
    text-align: left;
    padding: 2rem 3rem;
    position: absolute;
    bottom: 0;
}

.expertise__cards__item__main__text__title {
    font-size: 1.8rem;
    font-family: "Raleway";
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
    .expertise__cards__item__main__text__title {
        font-size: 2.4rem;
    }
}

.expertise__cards__item__main__text .icon-arrow {
    font-size: 3rem;
}

.expertise__carousel {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e0e4ea;
    border-bottom: 1px solid #e0e4ea;
    height: 138px;
}

@media screen and (min-width: 1024px) {
    .expertise__carousel {
        height: 200px;
    }
}

.expertise__carousel-container {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .expertise__carousel-container {
        height: 370px;
    }
}

.expertise__carousel-wrapper {
    padding: 0;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .expertise__carousel-wrapper {
        padding: 0 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .expertise__carousel-wrapper {
        padding: 0;
    }
}

.expertise .controls {
    width: calc(100% - 0px);
    left: 0px;
    top: 55%;
}

.expertise .controls .prev,
.expertise .controls .next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}

.expertise .controls .prev:after,
.expertise .controls .next:after {
    content: "\e913";
    font-family: "flat-icons", sans-serif;
    color: #276ef1;
    font-size: 3rem;
    transform: rotate(-90deg);
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    .expertise .controls {
        width: 1240px;
        left: calc(50% - 620px);
    }
}

.expertise .tns-lazy-img {
    max-width: 75%;
}

.expertise .tns-nav {
    display: none !important;
}