.section-header {
  text-align: center;
  margin-bottom: 100px;
}

.text-hero {
  color:#27a9e1;
}


.section-header {
  position: relative;
}

.section-header h2 {
  background: #FFF;
  z-index: 9999;
  position: relative;
}

.section-header img {
  position: absolute;
  top: -30px;
  left: 50%;
}

svg {
  width: 50px !important;
  height: 35px !important;
}