.services-area2 .services-box2 {
  min-height: 484px;
}

.icon_svg{
  width: 200px;
}

.finanzas_svg{
  background-image: url("../img/finanzas.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.finanzas_svg2{
  background-image: url("../img/finanzas.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  filter: invert(.1);
  width: 100px;
  height: 100px;
}

.automotriz_svg{
  background-image: url("../img/auto.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.automotriz_svg2{
  background-image: url("../img/auto.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  filter: invert(.1);
  width: 100px;
  height: 100px;
}

.inmobiliaria_svg{
  background-image: url("../img/inmuebles.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

.inmobiliaria_svg2{
  background-image: url("../img/inmuebles.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  filter: invert(.1);
  width: 100px;
  height: 100px;
}

.form-control{
  height: 100%!important;
  border-radius: 1px!important;
}


.check_av{
  font-size: 12px;
}

.form-check {
  display: flex!important;
  align-items: center;
  height: 30px;
}
