@media (max-width: 1100px) {
    .wrapper .container section.services {
        padding: 0 0 0 0;
        justify-content: center;
    }

    .wrapper .container section.services .title {
        max-width: 100%;
    }

    .wrapper .container section.services .servicesBlock {
        max-width: 100%;
        justify-content: center;


    }

    .wrapper .container section.services .title h2 {
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 800px) {
    .wrapper .container section.services .title h2 {
        font-size: 35px;
        line-height: 40px;
    }
}
