.sec-table + .sec-info-text{
  margin-top: -12rem;
  padding-top: 0;
}
.info-text h1,
.info-text h2,
.info-text h3,
.info-text h4{
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.info-text h5,
.info-text h6{
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.info-text h1:last-child,
.info-text h2:last-child,
.info-text h3:last-child,
.info-text h4:last-child,
.info-text h5:last-child,
.info-text h6:last-child{
  margin-bottom: 0;
}
.info-text p,
.info-text li{
  line-height: 180%;
}
.info-text ul > li:after {
  top: 1rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .sec-table + .sec-info-text {
    margin-top: -10rem;
  }
  .info-text h1, 
  .info-text h2, 
  .info-text h3, 
  .info-text h4 {
    font-size: 4.5rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-table + .sec-info-text {
    margin-top: -9rem;
  }
  .info-text h1, 
  .info-text h2, 
  .info-text h3, 
  .info-text h4 {
    font-size: 4rem;
    margin: 0 0 2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-table + .sec-info-text {
    margin-top: -9rem;
  }
  .info-text h1, 
  .info-text h2, 
  .info-text h3, 
  .info-text h4 {
    font-size: 3.4rem;
    margin: 0 0 2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-table + .sec-info-text {
    margin-top: -7.2rem;
  }
  .info-text h1, 
  .info-text h2, 
  .info-text h3, 
  .info-text h4 {
    font-size: 3.4rem;
    margin: 0 0 2rem;
  }
}
@media(max-width:767.98px){
  .sec-table + .sec-info-text {
    margin-top: -6.4rem;
  }
  .info-text h1, 
  .info-text h2, 
  .info-text h3, 
  .info-text h4 {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
}