.dexcda .car-feature-content {
    background-color: rgb(15 18 18 / 85%);
    transform: skewX(0deg);
}

.dexcda h6 {
    transform: skewX(0deg);
    margin-left:35px;
}

.dexcda h6::before {
    border-color:#fff;
}

.dexcda ul.row {
    transform: skewX(0deg);
}

@media(max-width: 768px){
    .dexcda .car-feature-content {
    transform: skewX(0deg);
    }
    .col-6.image-container {
    height: 12rem !important;
    }
    .dexcda .car-feature-content ul.row {
    margin-left: 0px;
    }
    .dexcda h6::before {
    bottom: -10px;
    top: inherit;
    }
}