.description .row {
    float: left;
    clear: left;
    margin-bottom: 40px;
}

.description .row .span {
    float: left;
    width: 215px;
    margin-left: 25px;
}

.description .row .span:first-child {
    margin-left: 0;
}

.description .row .span .image {
    float: left;
    width: 80px;
}

.description .row .span .text {
    padding-left: 80px;
    font-size: 13px;
}

.description .row .span .text h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #EB661D;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.description .row .span .text .value {
    font-size: 13px;
    line-height: 18px;
}

.description .row .span .text .value a {
    text-decoration: underline;
}

.description .map {
    height: 300px;
    margin-bottom: 40px;
}