.ktk-block-logo-carousel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.ktk-block-logo-carousel:after {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 170px solid white;
    border-left: 110px solid transparent;
}
.ktk-block-logo-carousel__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 60px 40px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .ktk-block-logo-carousel__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ktk-block-logo-carousel__link {
    margin-top: 10px;
}
.ktk-block-logo-carousel__items {
    padding-bottom: 60px;
    z-index: 3 !important;
}
.ktk-block-logo-carousel__logo {
    width: 100%;
    display: flex;
    padding-top: 30%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#wpcontent .ktk-block-logo-carousel__link {
    pointer-events: none;
}