.opt-banner-centered{

}

.opt-banner-container {
  position: relative;
  text-align: center;
  color: white;
  background: url("../modules/core/client/img/products/assortment-optimization-banner.jpg");
  background-size:cover;
  height: 350px;
  background-position: right center;
}

.opt-banner-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:7em;
  line-height: 1em;
  width: 55%;
  text-align: center;
}
.exec-banner-container {
  position: relative;
  text-align: center;
  color: white;
  background: url("../modules/core/client/img/products/executive-visual-management-banner.jpg");
  background-size:cover;
  height: 350px;
  background-position: right center;
}

.exec-banner-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:7em;
  line-height: 1em;
  width: 55%;
  text-align: center;
}

.omni-banner-container {
  position: relative;
  text-align: center;
  color: white;
  background: url("../modules/core/client/img/products/analitica-omnicanal-banner.jpg");
  background-size:cover;
  height: 350px;
  background-position: right center;
}

.omni-banner-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:7em;
  line-height: 1em;
  width: 55%;
  text-align: center;
}
.visual-management-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.margin-text{
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2em;
  text-align: justify;
}

.opt-title{
  font-size:36px;
  line-height:36px;
}

.opt-gif
{
  position:absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.opt-sim
{
  position:absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
.opt-img-container{
  height:370px;
  position:relative;
}

.service-card-column{
  margin-left: 5%;
  margin-right: 5%;
}
.omni-type-img{
  width: 100%;
}