.Page_header_section .hero__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}

@media screen and (max-width: 767px) {  
    .Page_header_section .hero__title {
        font-size: 30px;
        line-height: 100%;
    }
}