.form-home-empresas-2025{
	display:flex;
   flex-wrap: nowrap;
}
.form-home-empresas-2025>*{
	flex:1 1 50%;
}
.form-home-empresas-2025 picture{
	display: block;
   width:100%;
   height:auto;
}
.form-home-empresas-2025 picture img{
	width:100%;
}
.form-home-empresas-2025 h2{
  color: rgba(0, 0, 0, 1);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.form-home-empresas-2025 .cntb-98-block{
	padding:0px 60px 60px!important;
}
@media only screen and (max-width:992px){
  .form-home-empresas-2025{
     flex-direction:column;
  }
	.form-home-empresas-2025>*{
     flex:1 1 100%;
  }
}