#slide3{
    background: url(../../slide8/images/bg.png);
}
.block1 h3{
     font-family: "FiraSansMedium";
     font-size: 25px;
     color: #1e4fb7;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     margin: 35px 0 10px 0;
}
table{
    margin: 55px 0 0 0;
    font-size: 17px;
    color: #fff;
}
table tr{
    background: #1d51bf;
    
}
table tr:nth-child(even){
    background: none;
}
table td{
    padding:30px;
    font-family: "FiraSansRegular";
    vertical-align: middle;
}
table tr td:first-child{
    font-family: "FiraSansMedium";
    min-width: 200px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
table tr td:last-child{
    min-width: 500px;
    padding-left: 50px;
}
table ul{
    list-style-type: disc; 
}
table li{
    margin: 6px 0;
}
.line1{
    height: 130px;
    width: 1px;
    background: #fff;
    position: absolute;
    top:120px;
    left: 330px;
}
.line2{
    height: 135px;
    width: 1px;
    background: #fff;
    position: absolute;
    top:250px;
    left: 330px;
}
.line3{
    height: 158px;
    width: 1px;
    background: #fff;
    position: absolute;
    top:385px;
    left: 330px;
}