.techPage {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 581px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.techPage__image img {
    max-width: 100%;
}
.techPage__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.techPage--title {
    font-size: 30px;
    line-height: 31px;
    color: #AEAEC7;
    font-weight: 700;
}
.techPage--text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23px;
    color: #AEAEBA;
}
.techPage--button {
    margin-top: 30px;
    font-size: 15px;
    padding: 15px 24px;
}
.techPage__content {
    margin-top: 32px;
}

.techWork {
    max-width: 700px;
    min-height: 100vh;
    margin-top: -30px;
    padding: 50px 0 !important;
}
.techWork .techPage--title {
    font-size: 37px;
    line-height: 43px;
}
.techWork .techPage--text {
    font-size: 37px;
    line-height: 43px;
    font-weight: 300;
    color: #AEAEC7;
    margin-top: 0;
}

@media screen and (max-width: 1280px) {
    .techWork {
        margin-top: -19px;
    }
}

@media screen and (max-width: 900px) {
    .techPage {
        max-width: none;
        padding: 90px 0;
    }
    .techPage__image {
        width: 100%;
        max-width: 600px;
    }
    .techPage__image img {
        width: 100%;
    }
    .techPage__content {
        margin-top: 24px;
    }
    .techPage--title {
        font-size: 33px;
        line-height: 36px;
    }
    .techPage--text {
        font-size: 16px;
        line-height: 23px;
    }
    .techWork .techPage__image {
        max-width: 420px;
    }
    .techWork .techPage--title {
        font-size: 30px;
        line-height: 36px;
    }
    .techWork .techPage--text {
        font-size: 30px;
        line-height: 36px;
    }
    .techWork .techPage__content {
        margin-top: 42px;
    }
}

@media screen and (max-width: 700px) {
    .techWork {
        margin-top: -12px;
        margin-bottom: -115px;
    }
    .techPage {
        padding: 10px 0;
    }
    .techPage__content {
        margin-top: 10px;
    }
    .techPage--title {
        font-size: 18px;
        line-height: 18px;
    }
    .techPage--text {
        font-size: 14px;
        line-height: 17px;
    }
    .techPage--button {
        margin-top: 16px;
    }
    .techWork .techPage--title {
        font-size: 22px;
        line-height: 29px;
    }
    .techWork .techPage--text {
        font-size: 22px;
        line-height: 29px;
    }
    .techWork .techPage__image {
        max-width: 300px;
    }
}