#left-column {
    width: 49.38%;
    float: left;
}
#right-column {
    width: 50%;
    float: right;
}
.wrapper {
    
    padding-top: 0px;
    padding-bottom: 40px;
}
.text-1 {
    background: #231f20;
    color: #fff;
    font: bold 30px 'PT Sans';
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.img-wrapper {
    position: relative;    
    margin-bottom: 2px;
}
.img-wrapper.last {
    margin-bottom: 0;
}
.img-wrapper img {
    
}
.img-wrapper .img-content {
    position: absolute;    
    top: 0;
    right: 0;
    width: 35%;
    margin: 20px 10px;
    background: rgba(195,196,198,0.9);
    padding: 15px;
}
.img-wrapper .img-content.left {
    left: 0;
    right: auto;
}
.img-wrapper .img-content h4 {
    
}
.img-wrapper .img-content p {
    font-size: 13px;
    
    color: #615c5e;
    text-align: justify;
    line-height: 16px;
    margin-top: 10px;
}
ul.items {
    margin-top: 37px;    
    display: block;
}
ul.items li {
    width: 381px;    
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-right: 8px;
    position: relative;
    margin-bottom: 12px;
}
ul.items li:nth-child(2n) {
    margin-right: 0;
}
ul.items li .description {
    
    position: absolute;  top: 0;  right: 0;  width: 35%;  margin: 20px 10px;  background: rgba(195,196,198,0.9);  padding: 15px;
}