#services{

}
.services-container {
    padding: 90px 0;
    min-height: calc(100vh - 410px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-block{
    width:calc(25% - 18px);
}
.services-image{
    height:80px;
    margin:0 0 20px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.service-name {
    min-height: 40px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    color: #5C5C5C;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 20px;
}
.service-text {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #87889B;
    margin:0 0 5px;
    min-height:100px;
}
.button-service.button-blue-empty {
    width: 165px;
    height: 48px;
    margin:auto;
}