.Condition-title h1{
    font-size:32px
 }
 .column6 h4{
    font-size:16px
 }

 @media only screen and (max-width:480px){
   .Condition-title h1{
    font-size:26px
 }
 .column6 h4{
    font-size:13px
 }

 }