.box3 {
    padding-top: 0.5rem;
    padding-bottom: 1.42rem;
}

.box3 img {
    width: revert-layer;
    height: revert-layer;
}
@media (max-width:1200px){
    table,
    table tbody,
    table tr,
    table td{
        height: fit-content !important;
    }
    .box3 img{
        max-width:100%;
        height: auto !important;
    }
}