.how-we-work-wrap {
    padding-top: 70px
}

.how-we-work-wrap .text {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: GothaProReg;
    margin-bottom: 140px
}

.how-we-work-wrap .row-wrap .item {
    padding: 15px;
    text-align: center;
    border: 1px solid #dddcdc;
    position: relative;
    padding-top: 95px;
    margin-bottom: 155px;
    height: 270px
}

.how-we-work-wrap .row-wrap .item img {
    position: absolute;
    top: -90px;
    left: -webkit-calc(50% - 87.5px);
    left: calc(50% - 87.5px)
}

.how-we-work-wrap .row-wrap .item .type {
    font-size: 16px;
    font-family: GothaProBol;
    margin-bottom: 5px
}

.how-we-work-wrap .row-wrap .item .description {
    text-align: justify;
    font-family: GothaProReg;
    font-size: 16px;
    line-height: 19px;
    height: 90px
}

.how-we-work-wrap .row-wrap .item .a-wrap {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -20px
}

.how-we-work-wrap .row-wrap .item .a-wrap.big {
    bottom: -30px
}

.how-we-work-wrap .row-wrap .item .a-wrap a {
    background-color: #ea9232;
    display: block;
    width: 100%;
    color: #fff;
    font-family: GothaProBol;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 9px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 19px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(141, 83, 45, .2), 0 6px 20px 0 rgba(141, 83, 45, .2);
    box-shadow: 0 4px 8px 0 rgba(141, 83, 45, .2), 0 6px 20px 0 rgba(141, 83, 45, .2)
}
.how-we-work-wrap .row-wrap .item .a-wrap a:hover {
    text-decoration: none;
}

.how-we-work-wrap.advantages-wrap .row-wrap .item .type {
    line-height: 20px;
    height: 65px;
}

.how-we-work-wrap.advantages-wrap .row-wrap .item .description {
    height: 330px;
}

.how-we-work-wrap.advantages-wrap .row-wrap .item {
    height: auto;
}