.projects .projects-item{
    text-align: center;
    margin-bottom: 32px;
    background: url("../img/modale-project/bg.png") no-repeat top center;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    cursor: pointer;
}

.projects .module-header{
    margin: 40px 0 30px 0;
}

.projects .projects-item-header{
    font-size: 15px;
    text-align: center;
    width: 196px;
    line-height: 24px;
    height: 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.projects-item-square{
    text-align: center;
    margin-top: 4px;
    font-size: 16px;
}