.hrprof-specialheading,
.hrprof-specialheading h1 {
    display: inline;
    color: #2b2b2b;
    font-size: 40px;
    font-family: 'Manrope',Arial,sans-serif;
    line-height: 1.2em;
    font-weight: 700;
}

.hrprof-specialheading h1 {
    color: rgb(193, 13, 13);
}

@media screen and (max-width: 479px) {
.hrprof-specialheading,
.hrprof-specialheading h1 {
    white-space: normal;
    font-size: 20px;
}
}