.ktk-case-studies-carousel__wrapper {
    /* background: #E5E5E5; */
    padding: 0px 80px 0px;
    margin: 0 -15px 0 -15px;
    position: relative;
}

.ktk-case-studies-carousel__nav-control {
    position: absolute;
    top: 55px;
    width: 50px;
    height: 50px;
    background: #0079C1;
    background-repeat: no-repeat;
    line-height: 0;
    border-radius: 50%;
    z-index: 9999;
}

.ktk-case-studies-carousel__nav-control--prev {
    left: 55px;
    background-position: center center;
}

.ktk-case-studies-carousel__nav-control--next {
    right: 55px;
    background-position: center center;
}

.ktk-case-studies-carousel__item-wrapper {
    position: relative;
}

.ktk-case-studies-carousel__title {
    color: #0B0B0B;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 40px;
}

.ktk-case-studies-carousel__item {
    background: #FFFFFF;
    position: relative;
    padding: 16px 0 50px 20px;
    min-height: 150px;
}

.ktk-case-studies-carousel__item-title {
    position: relative;
    color: #0B0B0B;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    display: block;
    max-width: 66.67%;
    z-index: 1;
}

.ktk-case-studies-carousel__item-link {
    color: #F75B19;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    z-index: 1;
    position: absolute;
    bottom: 15px;
}

.ktk-case-studies-carousel__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(73% 0, 100% 0, 100% 100%, 66% 100%);
    z-index: 0;
}