.row {
  display: -webkit-box;
  display: flex;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

.h-100 {
  height: 100% !important;
}

.p-5 {
  padding: 3rem !important;
  margin-left:15%;
}

#section01 {
  overflow: hidden;
}
#section01 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
#section01 .bannerImage {
  background: url("../../images/kugs/64.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #3253DC;
}
#section01 .bannerText {
  background-color:#00b0af;
  position: relative;
  z-index: 1;
}
#section01 .bannerText .oval {
  position: absolute;
  background-color: #00b0af;
  top: -50%;
  right: 0;
  border-radius: 100%;
  z-index: -1;
  content: '';
}

@media screen and (max-width: 991px) {
  #section01 .row {
    display: block;
  }
  #section01 .bannerText {
    padding: 0 0 3em !important;
  }
  #section01 .bannerText > .p-5 {
    padding: 1rem 2rem !important;
  }
}
/* #section01 {
height: ${bannerHeight}px;
}*/

