.k-hr-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-hr-left-wrapper {
    flex: 0 0 35%;
    max-width: 35%;
}
.k-hr-right-wrapper {
    flex: 0 0 62%;
    max-width: 62%;
}
.k-hr-slide-controller-wrapper img {
    height: 36px;
    width: 36px;
}
.k-hrr-sl-item-inner {
    width: 290px;
    height: 250px;
    padding: 24px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0px 8px 20px 0px rgba(11, 12, 15, 0.08);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(11, 12, 15, 0.08);
    -moz-box-shadow: 0px 8px 20px 0px rgba(11, 12, 15, 0.08);
}
.k-hrr-sl-item-wrapper {
    margin: 0 12px
}
.k-hrr-sl-item-heading-wrapper {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 24px;
}
.k-hrr-sl-item-icon-wrapper {
    position: absolute;
    top: -35px;
    left: 20px;
    z-index: 1000;
    height: 70px;
    width: 70px;
    border: 2px solid #fff;
}
.k-hr-right-wrapper .slick-track {
    padding: 80px 0;
}
.k-hrr-sl-item-icon-wrapper {
    border-radius: 50%;
    background: #E0FFEA;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hrr-sl-item-desc-wrapper {
    font-size: 16px;
    line-height: 21px;
    color: #040404
}
.k-hr-right-wrapper .slick-list {
    padding: 0 24px;
}
.k-hrr-sl-item-inner svg path, .k-hrr-sl-item-inner svg rect {
    transition: all 0.5s;
}
.k-hrr-sl-item-inner:hover svg path, .k-hrr-sl-item-inner:hover svg rect  {
    fill: #fff;
    stroke: #fff;
}
.k-hrr-sl-item-inner:hover .k-hrr-sl-item-icon-wrapper {
    background: #13A538;
}
.k-hr-slide-controller-wrapper {
    display: flex;
    justify-content: end;
    gap: 8px
}
.k-hr-slide-controller-wrapper div {
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
}
.k-hr-slide-controller-wrapper div:hover {
    border: 2px solid #13A538;
}
.k-hr-inner .slick-track {
    cursor: grab;
}