.des_content {
    text-align: left; 
    padding: 5px 0;
    font-size: 16px;
}
.des_icon {
    margin-right:30px;
}
.title_highlight {
    color: #000000;
    font-weight: 700;
}
.title_highlights {
    font-weight: 500 !important;
}
.price-table-wp .price-table-bl:hover {
    border-color: #0E82FE;
}
.price-table-wp .price-table-bl:hover .title_highlight {
    color: #0E82FE !important;
}
.price-table-wp .price-table-bl .btn-dk .btn  {
    background-color: #fff; 
    color: #000000; 
    border-color: #000000;
}
.price-table-wp .price-table-bl .btn-dk .btn:hover {
    background-color: #0E82FE;
    color: #fff;
    border-color: #0E82FE;
}
.row-responsive {
    justify-content: space-around !important;
}
.row p {
    font-size: 16px;
}
.row h3 {
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    .price-table-wp .price-table-bl {
        border-color: #0E82FE;
    }
    .price-table-wp .price-table-bl .btn-dk .btn  {
        color: #0E82FE;
        border-color: #0E82FE;
    }
    .title_highlight {
        color: #0E82FE;
    }
    .title_countWidth{
        height: 90px;
        line-height: auto;
    }
}
@media screen and (max-width: 768px) {
    .title_countWidth{
        max-height: 50px;
        line-height: auto;
    }
}