/* === Sección Servicios General === */
#servicios {
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
  Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

#servicios .container {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0 100px 0;
  width: 100%;
}

.contenedor.txtblock-servicios {
  height: 35%;
  padding-top: 50px;
  background: #23231F url('../img/sep_sectores3.png') center center no-repeat;
  background-size: auto;
  background-size: cover;
}

@media (max-width: 768px) {
  .txtblock-background {
      flex-direction: column;
      padding: 30px 10px;
      min-height: 180px;
  }
  .txtblock-quote {
      font-size: 60px;
      margin-bottom: 10px;
      margin-right: 0;
  }
  .txtblock-text {
      font-size: 1.2rem;
      text-align: center;
      align-items: center;
  }
} 

@media (max-width: 768px) {
  .contenedor.txtblock-servicios {
      padding: 30px 20px;
  }

  .txtblock-text {
      font-size: 1.4rem;
      line-height: 1.4;
      background-size: 40px auto;
      padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  #servicios #contenedor_servicios{
    width: 1170px;
  }
}
