.ktk-product-hero {
    padding: 132px 175px 133px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ktk-product-hero__caption {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 5px;
}

.ktk-product-hero__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}

.ktk-product-hero__text {
    padding-left: 20px;
    border-left: 2px solid #ffffff;
    font-family: Exo;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 350px;
}

.ktk-product-hero__c2a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    max-width: 200px;
}

.ktk-product-hero__c2a-icon {
    margin-right: 10px;
}

.ktk-product-hero__c2a--left {
    padding-left: 23px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: #F75B19;
}

.ktk-product-hero__c2a--right {
    background-image:radial-gradient(100% 646.47% at 0% 0%, #0079C1 0%, #004E90 100%);
    position: absolute;
    bottom: 60px;
    right: 80px;
}

@media (max-width: 768px) {
    .ktk-product-hero {
        width: 100%;
        padding: 80px 40px 133px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .ktk-product-hero__c2a--right {
        right: unset;
        left: 40px;
    }
}