.secondSection{
  padding: 0px 49px;
  background: #2A2A2A;
}
.containerTheseInfoproductores h3{
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: clamp(1rem, 2.5vw, 1rem);
  font-family: var(--bold);
  margin-top: 0;
}
.containerlogosInfoproductores{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  row-gap: 1rem;
}
.logosLanding{
  width: 40%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.containerSteps{
  display: none;
}
.containerSteps h3{
  font-family: var(--bold);
font-size: 19px;
line-height: 26px;
font-size: clamp(1rem, 2.5vw, 2rem);
text-align: center;
color: #8F8BBC;
}

@media screen and (max-width:575px) {
  .containerSteps{
    display: block;
    margin-top: 45px;
    background: linear-gradient(360deg, #1D1C1D 0%, #2A2A2A 93.43%);
    border-radius: 30px;
    width: 100%;
  }
  .imgSteps{
    width: 80%;
    padding: 4% 5%;
  }
  .logosLanding{
    width: 70%;
  }

}