.sec-info-contenedor{
    background-image: url(../img/fondo-empresa-2.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
.sec-info{
    display: grid;
    max-width: 1100px;
}
@media (min-width: 768px) {
    .sec-info-contenedor{
        padding-top: 6rem;
    }
    .sec-info{
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      gap: 20px;
    }
  
  }
  