#text-section .line {
    width: 81px;
    height: 1px;
}
@media screen and (max-width:1400px){
    #text-section h1{
        font-size: 6rem !important;
    }
}
@media screen and (max-width:1199px){
    #text-section h1{
        font-size: 4.5rem !important;
    }
}
@media screen and (max-width:767px){
    #text-section h1{
        font-size: 3.5rem !important;
    }
}