#section1 {
    margin: calc(10vh + 75px) 0 10vh 0;
}

tr {
    height: 80px;
}

table, td {
    border: 1px solid !important;
}

table img {
    width: 80px;
}

@media(min-width: 992px) {
    tr {
        height: 120px;
    }
    
    table img {
        width: 120px;
    }
}
