.info-block{
  max-width: 88rem;
}
.info-block :is(h1,h2,h3,h4,h5,h6){
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin: 0 0 2.4rem;
  font-weight: 500;
}
.info-block :is(h1,h2,h3,h4,h5,h6):last-child{
  margin-bottom: 0;
}
.info-block p{
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.info-block-btn{
  margin-top: 2.4rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .info-block :is(h1,h2,h3,h4,h5,h6) {
    font-size: 4.4rem;
    line-height: 5.4rem;
    margin: 0 0 2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .info-block :is(h1,h2,h3,h4,h5,h6) {
    font-size: 4rem;
    line-height: 5rem;
    margin: 0 0 2rem;
  }
  .info-block p {
    font-size: 1.5rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .info-block :is(h1,h2,h3,h4,h5,h6) {
    font-size: 3.4rem;
    line-height: 4.4rem;
    margin: 0 0 1.6rem;
  }
  .info-block p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .info-block br{
    display: none;
  }
  .info-block :is(h1,h2,h3,h4,h5,h6) {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin: 0 0 1.6rem;
  }
  .info-block p {
    font-size: 1.5rem;
  }
}
@media(max-width:767.98px){
  .info-block br{
    display: none;
  }
  .info-block :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 0 0 1.6rem;
  }
  .info-block p {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}