.container2 {
    width: 60%;
    margin: auto;
    overflow: hidden;
    background-color: #eee;
}
h1 {
    text-align: center;
    margin: 20px 0;
    color: #444;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #4CAF50;
    color: white;
}
tr:hover {
    background-color: #f1f1f1;
}
.services-category {
    background-color: #e0f7fa;
    font-weight: bold;
    font-size: 20px;
}
@media (max-width: 600px) {

    .container2{
        width: 100%;
    }
    table, thead, tbody, th, td, tr {
        display: block;
    }
    th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        margin: 0 0 1rem 0;
        border: 1px solid #ddd;
    }
    tr:nth-child(odd) {
        background: #f9f9f9;
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    td:before {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        transform: translateY(-50%);
        font-weight: bold;
    }
    td:nth-of-type(1):before { content: "Sl. No."; }
    td:nth-of-type(2):before { content: "SERVICES"; }
}



video {
    width: 300px;
    height: 300px;
  }