table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

div.section-title{
    text-align: left;
}

/*dropdown*/

/* .section-title .about-content-area h2{
    text-align: left;
} */
.section-title .sub-title{
    line-height: 1.5;
}

.order-online{
    padding: 0px;
    background-color: #2b2b35;
    position: relative;
    top: 10px;
    height: 75px;
    border-radius: 20px;
}

.order-online-font{
    position: relative;
    top: -10px;
    color: aliceblue;
}