.ktk-application-carousel__wrapper {
    padding: 0px 80px;
    margin: 0 -15px 0 -15px;
    position: relative;
}

.ktk-application-carousel__nav-control {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 50px;
    background: #0079C1;
    background-repeat: no-repeat;
    line-height: 0;
    border-radius: 50%;
    z-index: 9999;
}

.ktk-application-carousel__nav-control--prev {
    left: 55px;
    background-position: center center;
}

.ktk-application-carousel__nav-control--next {
    right: 55px;
    background-position: center center;
}

.ktk-application-carousel__item-wrapper {
    position: relative;
}

.ktk-application-carousel__image {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.ktk-application-carousel__item-title {
    font-size: 16px;
} 

.ktk-application-carousel__item-wrapper .title-tertiary {
    position: absolute;
    bottom: 7px;
    left: -1px;
    background-color: #fff;
    height: 80px;
    width: 90%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.ktk-application-carousel__item-wrapper .title-tertiary > .title-tertiary-title {
    font-size: 16px;
    padding: 12px 20px 12px 20px;
    font-weight: 600;
    line-height: 24px;
}

.ktk-application-carousel__item-wrapper .title-tertiary > .title-tertiary-title > a {
    color: #0B0B0B;
}

@media (max-width: 767px) {
    .ktk-application-carousel__wrapper {
        padding: 0px 0px;
    }

    .ktk-application-carousel__nav-control--prev {
        left: 0;
    }

    .ktk-application-carousel__nav-control--next {
        right: 0;
    }

}