*{
    padding: 0;
    margin: 0;
}
.services-content p{
    font-size: 17px;
    color: #585B68;
    font-weight: 400;
    line-height: 26px;
}
.services-content{
    margin-top: 30px;
}
.services-block{
    margin-bottom: 65px;
    margin-top: 35px;
}
.services{
    margin-top: 130px;
}
@media only screen and (max-width: 1200px) {
    .services{
        margin-top: 55px;
    }
    .services-block {
        margin-bottom: 45px;
        margin-top: 35px;
    }
    .services-content p{
        line-height: 24px;
    }
}
@media only screen and (max-width: 740px) {
    .services{
        margin-top: 30px;
    }
    .services-block {
        margin-bottom: 40px;
        margin-top: 35px;
    }
    .services-content p{
        font-size: 16px;
    }
}
