h4{
    color: white ;
}

table{
    margin-left: auto;
    margin-right: auto;
}

.table2 .op{
    padding: 5px;
}

.op img{
    width: 300px;
    height: 205px;
    object-fit: cover;
    
}
.op:hover  {
    transform: scale(0.99);
    transition:  all .3s;
    opacity: 0.9;
    cursor: pointer;
}
.text-block  {    
    cursor: pointer;
    position: absolute;
    background-color: #5668994f;
    margin-top: -70px;
}

.table2 img{
    width: 100%; height: 100%;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d535f;
    color: white;
    text-align: center;
    height: 50px;
}

footer{
    height: 60px;
}
footer ul {
    list-style: none;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
footer ul li {
    padding: 10px;
}
footer ul li a{
    text-decoration: none;
    color: white;
}
footer ul li a:hover {
    text-decoration: none;
    color: gray;
}



@media (max-width: 1199px) {
    .table1{
        display: none;
    }
    .table2{
        display: block;
    }
}
@media (min-width: 1199px) {
    .table1{
        display: block;
    }
    .table2{
        display: none;
    }
}