.services{
    background: url("../img/module-catalog/bg.png");
}

.service-item{
    margin-bottom: 32px;
}

.service-item-name{
    font-size: 30px;
    color: #dfe0af;
    font-family: pfdintextcondprothin;
    margin: 12px 0;
    text-align: center;
}

.service-item .input-order a{
    background-color: #ff4d53;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
}

.service-item-img{
    text-align: center;
}

.tech-text{
    font-size: 20px;
    color: white;
    font-family: pfdintextcondprothin;
}

.tech-services{
    background: url("../img/module-troubles/bg.png");
    padding-bottom: 40px;
}