#descripcion-empresa-tres-columnas .logo-descripcion {
  max-height: 286px;
    width: auto;
}

#descripcion-empresa-tres-columnas h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

#descripcion-empresa-tres-columnas p {
    margin-bottom: 0px !important;
}

#descripcion-empresa-tres-columnas h5 {
    margin-bottom: 0px !important;
}

@media (max-width: 576px)
{

    #descripcion-empresa-tres-columnas .logo-descripcion {
      max-height: 240px;
      width: auto;
    }

    #descripcion-empresa-tres-columnas h1 {
        font-size: 16px;
        line-height: 100%;
    }

}

@media  (min-width: 577px) and (max-width: 767px)
{

    #descripcion-empresa-tres-columnas .logo-descripcion {
      max-height: 260px;
      width: auto;
    }

    #descripcion-empresa-tres-columnas h1 {
        font-size: 18px;
        line-height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{
  
  #descripcion-empresa-tres-columnas h1 {
    font-size: 18px;
    line-height: 100%;
  }

}

@media (min-width: 992px) and (max-width: 1200px) 
{
  
  #descripcion-empresa-tres-columnas h1 {
    font-size: 20px;
    line-height: 100%;
  }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{
  
  #descripcion-empresa-tres-columnas h1 {
    font-size: 20px;
    line-height: 100%;
  }

}

@media  (min-width: 1401px) and (max-width: 1600px)
{
  
  #descripcion-empresa-tres-columnas h1 {
    font-size: 22px;
    line-height: 100%;
  }

}