.layout {
    position: relative;
    top: 0;
    z-index: 1;
    width: 900px;
    margin: 0 auto;
    padding: 36px 0 80px;
}
.projects__column, .projects__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 15px;
    width: 100%;
}
.projects__title {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #313742;
    margin-bottom: 15px;
}

.projects__item__icon {
    display: block;
    width: 16px;
    height: 16px;
    -moz-background-size: 100%;
    background-size: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1px;
}
.projects__item__title {
    display: block;
    padding-right: 20px;
    font-size: 15px;
}
.projects__item__desc {
    display: block;
    font-size: 13px;
    padding-right: 20px;
}
.projects__item__inner {
    display: block;
    padding-left: 25px;
}
@media (max-width: 600px) {
.projects__column_33, .projects__item_33 {
    width: 100%;
}
.layout {
    width: 100%;
}
}