@media only screen and (max-width: 600px) {
 .clip-color-text p{
    font-size: 3rem;
    line-height: 1.5;
 }
 .content-section{
   margin-bottom: 20px;
 }
 .commonSection{
  padding: 20px !important;
}
}