.tech-text {
    text-align: justify;
    font-size: calc(0.714 * 1.5rem);
}

@media(max-width: 1200px) {
    .tech-text {
        font-size: calc(0.714 * (1.275rem + .3vw));
    }
}