@media (max-width:1500px){
    #section-downloads{
        height: 500px;
      }
}

@media (max-width:1400px){
    .text-inspection {    
        left: 20%;     
    }
    .solution-height {
        height: 30rem;
      }
      .solution-image{
        width: 800px;
      }
      .discover-height {
        height: 30rem;
      }
      .text-inspection {
        position: absolute;
        display: inline-block;
        width: 431px;
        top: 54%;
        left: 24%;
        text-align: justify;
        line-height: 1;
        font-size: 16px;
      
      }
      
      .text-monitoring {
        position: absolute;
        display: inline-block;
        width: 423px;
        top: 54%;
        left: 44%;
        text-align: justify;
        line-height: 1;
        font-size: 16px;
      }
      
      .text-inventory {
        position: absolute;
        display: inline-block;
        width: 413px;
        top: 59%;
        left: 44%;
        text-align: justify;
        line-height: 1;
        font-size: 16px;
      
      }

}

@media (max-width:1200px){
    .text-inspection {   
        left: 15%;  
    }
}


@media (min-width: 576px) {
  #emphasis-title-desktop{
      display: block;
  }
  #emphasis-title-mobile{
      display: none;
  }
}

@media (max-width: 575.98px) {
  .p-mobile{
      font-size: 17px!important;
  }
  .emphasis-title h1 {
      font-size: 25px !important;
  }
  .fbox-benefits {
      margin: 0 10px!important;
  }
  #emphasis-title-desktop{
      display: block;
  }
  #emphasis-title-mobile{
      display: none;
  }
#emphasis-title-mobile h1{
      line-height: 29px;
  }

  #container-emphasis-title{
      text-align: center!important;
  }
}