.ktk-case-study-row h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    color: #0B0B0B;
}

.ktk-case-study-row h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.ktk-case-study-row p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.ktk-case-study-row__c2a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    padding: 12px 18px 12px 23px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    max-width: 200px;
    padding-left: 23px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: #F75B19;
}

.ktk-case-study-row__c2a-icon {
    margin-right: 10px;
}

.ktk-case-study-row__item {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ktk-case-study-row__item--no-padding {
    padding-top: 0;
    padding-bottom: 0;
    /* margin-top: 40px;
    margin-bottom: 40px; */
}

.ktk-case-study-row__item--no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.ktk-case-study-row__pic {
    height: 100%;
    display: block;
    object-fit: cover;
}

.ktk-case-study-row__item--layout-pic-left .ktk-case-study-row__pic {
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
    margin-left: -15px;
}

.ktk-case-study-row__item--layout-pic-right .ktk-case-study-row__pic {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: 15px;
}

@media (max-width: 767px) { 
    .ktk-case-study-row__item--layout-pic-left .ktk-case-study-row__pic {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .ktk-case-study-row__text {
        margin: 15px;
    }
}