.ci--hero--banner{
  float:left;
  width:100%;
  display:flex;
  justify-content:center;
  position:relative;
}
.ci--hero--banner:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.7);
}
.ci--hero--wrap{
  float:left;
  width:100%;
  max-width:1094px;
  position:relative;
  z-index:1;
}
.ci--hero{
  float:left;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  row-gap:44px;
}
.ci--hero--text{
  float:left;
  width:100%;  
}

.ci--hero--text h1{
  float:left;
  width:100%;
  font-size:50px;
  line-height:1.1;
  color:#fff;
  font-weight:700;
  text-align:center;
  margin-bottom:20px;
}
.ci--hero--logo{
  float:left;
  width:100%;
  display:flex;
  justify-content:center;
  column-gap:30px;
  row-gap:30px;
  flex-wrap;
}
.ci--hero--logo--box{
  float:left;
  width:auto;  
}
.ci--hero--logo--box img{
  float:left;  
}

@media(max-width:990px){
  .ci--hero--text h1 {
      font-size: 40px;
      line-height: 1.3;
      margin-bottom: 0;
  }
}

@media(max-width:600px){
  .ci--hero--text h1 {
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 0;
  }
}