.productsitems h3{
    font-size: 32px;
    font-weight: 700;
    color: #FF7D26;
}
@media (max-width:767.98px){
    .productsitems h3{
        text-align: center;
    }   
}
.main-table{
    border: white;
    color: white;
    background-color: #00A1FF;
    width: 100%;
    padding-top: 30px;
}
.table-data-heading-bg{
    background-color: #00C493;
}
.main-table td{
    font-size: 16px;
    padding: 10px;
}
.product-description-top{
    margin-bottom: 10px;
}

