#last-test {
    padding: 3%;
    margin: 20px 0px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    font-family: 'Open Sans';
    width: 94%;
    float: none;
}
#last-test .last-test-left {
    float: left;
    width: 27%;
    text-align: left;
}
#last-test .last-test-left img{
      max-width: 100%;
    max-height: 100px;
    border-radius: 3px;
}
#last-test .last-test-right {
    float: right;
    width: 67%;
}
#last-test .last-test-right a{
  text-decoration: none;
}

#last-test .last-test-right a div {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none;
    color: #000;
}

#last-test .last-test-right a span {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 4px;
    background: #ffca00;
    font-family: 'Open Sans';
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-top: 7px;
    font-weight: 600;
    letter-spacing: -0.5px;
}