.block {
min-height: 100px;
width: 500px;

display: inline-block;
/*float: left;*/
background-repeat: no-repeat;


padding: 10px;
margin: 15px 10px;
overflow: hidden;
background-color: RGBA(250,250,250,.2);
}

.block .img1 {
    width:99%;
}

.block .img2 {
    width:30%;
    margin: 4px 2px;

}

.block li {
    text-align: left;
    list-style-type: none;
    line-height: 1.5;
}

table{
    width: 100%;
    /*background: black;*/
    border: 1px solid red;
    border-radius: 3px;
    /*overflow: hidden;*/
    margin-bottom: 40px;
    box-shadow: 0px 5px 5px 0px rgba(255, 0, 0, 0.05);
    line-height: 1.3;
    border-collapse:collapse;
    border-spacing:0;
    color: white;
}

table th{color: #fff;background: #e10000;font-size: 18px;font-weight: 500;padding: 0 12px;vertical-align: middle;height: 40px;text-align: left; border: 0px;}
table th:last-child{text-align: right; width: 100px;}
table td{text-align: right;padding: 8px 12px;border-bottom: 1px solid #e8e8e8; border: 0px; font-weight: 600;}
table td:last-child{text-align: center; font-weight: 400;}
table tr:nth-child(2n){background: #ff000017;}
table b, table strong{font-weight: 500;}


@media (max-width: 740px) {
    .block {
width: 90%;
    }
    body {
        min-width: 370px;
    }
}

h4 {
    text-align:initial;
}