.offer {
    font-family: Open Sans, sans-serif;
    margin: 30px 0;
}

.offer .title {
    font-size: 23px;
}

.offer .description {
    font-size: 14px;
}

.offer .img-box {
    box-shadow: 0 0 3px 1px #bbb;
}

.offer img {
    width: 100%;
    box-shadow: 0 0 3px 1px #bbb;
}

.offer .bar {
    height: 5px;
    background: url('../img/bar.png');
}
