.text_1 {
    font-weight: 800;
    font-size: 6rem;
    margin: 0;
}

.text_2 {
    font-weight: 800;
    font-size: 3.5rem;
    margin: 0;
}

.text_3 {
    font-weight: 500;
    font-size: 2.5rem;
    margin: 0;
}

.text_3_bold {
    font-weight: 800;
    font-size: 2.5rem;
    margin: 0;
}

.text_4 {
    font-weight: 200;
    font-size: 1.9rem;
    margin: 0;
}

.text_4_bold {
    font-weight: 700;
    font-size: 1.9rem;
    margin: 0;
}

.text_5 {
    font-weight: 200;
    font-size: 1.2rem;
    margin: 0;
}

.text_5_bold {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
}

.text_6 {
    font-weight: 200;
    font-size: 1.1rem;
    margin: 0;
}

.text_6_bold {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

@media (max-width: 768px) {
    .text_1 {
        font-size: 3rem;
    }

    .text_2 {
        font-size: 1.8rem;
    }

    .text_3,
    .text_3_bold {
        font-size: 1.9rem;
    }

    .text_4,
    .text_4_bold {
        font-size: 1.2rem;
    }

    .text_5,
    .text_5_bold {
        font-size: 1rem;
    }

    .text_6,
    .text_6_bold {
        font-size: 0.9rem;
    }
}

