.into-text{
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.into-text h1,
.into-text h2,
.into-text h3,
.into-text h4,
.into-text h5,
.into-text h6{
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin: 0 0 3.2rem;
}
.into-text h1 strong,
.into-text h2 strong,
.into-text h3 strong,
.into-text h4 strong,
.into-text h5 strong,
.into-text h6 strong{
  font-weight: normal;
}
.into-text p strong,
.into-text p b{
  font-weight: 600;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .into-text {
    max-width: 123rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .into-text {
    max-width: 111rem;
  }
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 4.4rem;
    line-height: 5.2rem;
    margin: 0 0 2.8rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .into-text {
    max-width: 108rem;
  }
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 4.2rem;
    line-height: 5rem;
    margin: 0 0 2.4rem;
  } 
}
@media(min-width:1200px) and (max-width:1359.98px){
  .into-text {
    max-width: 95rem;
  }
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 4rem;
    line-height: 4.8rem;
    margin: 0 0 2.4rem;
  }

   .into-text p br{
    display: none;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 3.4rem;
    line-height: 4.2rem;
    margin: 0 0 2.4rem;
  }
  .into-text p br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin: 0 0 2.4rem;
  }
  .into-text br{
    display: none;
  }
}
@media(max-width:767.98px){
  .into-text h1, 
  .into-text h2, 
  .into-text h3, 
  .into-text h4, 
  .into-text h5, 
  .into-text h6 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 0 0 1.6rem;
  }
  .into-text br{
    display: none;
  }
}