.politicianH1 {
    font-size: 4.8rem; 
    font-weight: 700; 
    letter-spacing: -.015em;
    color:white;
}

@media only screen and (max-width: 600px) {
  .politicianH1 { 
    padding-right: 20px;  
    font-size: 2.8rem; 
    font-weight: 400;
    letter-spacing: 0; 
  }
}



