
/* Only the Georgian experience headline font size is reduced. */
#main .walkinto-experience-copy h2{
  font-size:25px!important;
}
@media only screen and (max-width: 980px){
  #main .walkinto-experience-copy h2{
    font-size:25px!important;
  }
}
@media only screen and (max-width: 560px){
  #main .walkinto-experience-copy h2{
    font-size:22px!important;
  }
}
