.row .span6.fix .thumbnail > img {
    display: block;
}

.row .span6.fix {
    padding-right: 40px;
    /*min-height: 250px;*/

}

.row .span6.fix .thumbnail {
    float: left;
    width: 160px;
    height: 160px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 15px 15px 0;
}

.row .span6.fix .thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.row .span6.fix {
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.row .span6.fix:nth-child(2n) {
    margin-left: 10px;
}

.row .span6.fix a.text {

    text-decoration: underline;
    line-height: 1.2em;
    padding-bottom: 20px;
    color: #0087cb;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;

    position: relative;
    top: -.2em;
}

.row .span6.fix a.text:hover {
    text-decoration: none;
}

.row .span6.fix p {
    margin-top: 8px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    max-height: 6.2em;
    overflow: hidden;
    line-height: 1.3em;
}