.path-frontpage #main-wrapper {
  flex-grow: 1;
  display: flex;
}
.path-frontpage #main-wrapper #main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.path-frontpage .operations-slider-wrapper {
  flex-grow: 1;
  padding: 4rem 0;
}
.path-frontpage .operations-slider-wrapper .section-header > .container > .row {
  align-items: center;
}
.path-frontpage .operations-slider-wrapper .section-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
}
.path-frontpage .boosters-wrapper {
  padding: 4rem 0;
  background: #000000;
}
.path-frontpage .boosters-wrapper .section-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.path-frontpage .boosters-wrapper .section-title .title {
  width: max-content;
  max-width: 100%;
}
.path-frontpage .boosters-wrapper .section-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  mask: url("/themes/gate/front/top_front/images/icons/booster.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster.svg") no-repeat center / contain;
}
.path-frontpage #main-wrapper #content {
  padding: 4rem 0;
}
