





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




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

}


.text_3 {
    font-weight: 200;
    font-size: 1.5rem;
    margin: 0;
}

.text_3_bold {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;


}



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


}
.text_4_bold {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

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

}



@media (max-width: 768px) {

    .text_1{

        font-size: 3rem;

    }
    .text_2 {

        font-size: 1.8rem;

    
    }
    .text_3 {

        font-size: 1.2rem;

    }
    .text_3_bold {

        font-size: 1.5rem;

    
    
    }
}