.font-24{
    font-size: 24px!important;
}

.table-1 th, .table-1 td{
    padding: 20px 12px!important;
}

.table-2 th, .table-2 td{
    padding: 25px 12px!important;
}

.table-1 th, .table-2 th{
        text-wrap: nowrap;
}

.img-sz2{
    width: 76%;
}

.img-sz1{
    width: 87%;
}

@media only screen and (max-width: 720px){
    .table-1 th, .table-1 td{
        padding: 12px!important;
    }

    .img-sz1, .img-sz2{
    width: 100%;
}
}