#name i {font-style: normal !important;}

@media screen and (min-width: 501px) and (max-width: 860px) {
#name i {
font-size: 40px !important;
line-height: 40x !important;
}
}

@media screen and (max-width: 500px) {
#name i {
font-size: 25px !important;
line-height: 25px !important;
}
}