.parallax {
  background-image: url(https://www.viajes.carrefour.es/statics/media/viajes/america/caribe/caribe.jpg);
  height: 350px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: url(https://www.viajes.carrefour.es/statics/media/viajes/america/caribe/caribe.jpg);
  height: 350px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-7-blocks {
  background: #0E659B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46c23',endColorstr='#db912a',GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.container-7-blocks__text {
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase
}
.container-7-blocks__module {
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff
}