/*Tech Specs*/
.module_techspecs {
    width: 100%;
    background-color: #F9F4FF;
    position: relative;
    width: 100%;
    padding: 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.module_techspecs .label_overlap {
    position: relative;
    margin-bottom: 10px;
    width: auto;
}
.module_techspecs .label_overlap::before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    bottom: -7px;
    border-top: 0 inset #6C3DA5;
    border-right: 10px solid #6C3DA5;
    border-bottom: 7px inset transparent;
    border-left: 10px inset transparent;
}
.module_techspecs .label_overlap::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    position: absolute;
    right: -15px;
    top: -10px;
    border-color: #B98AEF transparent transparent;
    border-style: solid;
    border-width: 27px 15px 0px 0px;
}
.module_techspecs .label_overlap .inner_lbl {
    margin: -10px 0px 0px -30px;
    padding: 6px 10px 6px 15px;
    background-color: #B98AEF;
    line-height: 1;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.module_techspecs .data_prod {
    width: 100%;
}