.ktk-slanted-column__item {
    position: relative;
    -webkit-box-flex: 0;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 31.5%;
    margin-right: -8.5%;
    clip-path: polygon(24% 0, 100% 0, 76% 100%, 0% 100%);
}

.ktk-slanted-column__item-overlay {
    background: #0079C1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ktk-slanted-column__item:hover .ktk-slanted-column__item-overlay {
    opacity: 0.66;
    z-index: 0;
}

.ktk-slanted-column__title {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 10rem 3.5rem 10rem;
    z-index: 99;
}

.ktk-slanted-column__read_more {
    z-index: 99;
    display: none;
}

.ktk-slanted-column__item:hover .ktk-slanted-column__read_more {
    display: inline;
}

.ktk-slanted-column__read_more a {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.ktk-slanted-column__item:first-child {
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
}

.ktk-slanted-column__item:last-child {
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 768px) {
	.ktk-slanted-column__item { 
        width: 100%;
        height: 300px;
        clip-path: none !important;
        margin-right: 0;
    }

    .ktk-slanted-column__read_more {
        display: inline;
    }
}

@media ( width: 768px ) {

	
}

@media (min-width: 769px) and (max-width: 1024px) {

}

@media (min-width: 1025px) {

}