.cat-text .h1{
  line-height: 5.2rem;
}
.cat-text p{
  font-size: 2rem;
  line-height: 4rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .cat-text .h1 {
    line-height: 4.8rem;
  }
  .cat-text p {
    font-size: 1.9rem;
    line-height: 3.6rem;  
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .cat-text .h1 {
    line-height: 4.2rem;
  }
  .cat-text p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .cat-text .h1 {
    line-height: 4.2rem;
  }
  .cat-text p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .cat-text .h1 {
    line-height: 4.2rem;
  }
  .cat-text p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
@media(max-width:767.98px){
  .cat-text .h1 {
    line-height: 3.4rem;
  }
  .cat-text p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}