.header-wrapper .header-text-wrapper {
  position: absolute;
  top: 380px;
  color: black;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .header-wrapper .header-text-wrapper {
    position: absolute;
    left: 20px;
    top: 210px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-text-wrapper {
    position: absolute;
    left: 0px;
    top: 178px;
    width: 100%;
  }
}
.header-wrapper .header-text-wrapper .header-text h2 {
  color: #000000;
}
.para {
  font-family: 'Baloo 2', cursive;
  margin: 50px auto;
  font-size: 20px;
}
.box {
  width: 100%;
  border-radius: 30px;
  background-image: -moz-linear-gradient(225deg, #ee7752, #e73c7e, #880085);
  background-image: -webkit-linear-gradient(225deg, #ee7752, #e73c7e, #880085);
  background-image: -ms-linear-gradient(225deg, #ee7752, #e73c7e, #880085);
}
.box.box-bg {
  background-image: -moz-linear-gradient(225deg, #022141, #0fb6d4);
  background-image: -webkit-linear-gradient(225deg, #022141, #0fb6d4);
  background-image: -ms-linear-gradient(225deg, #022141, #0fb6d4);
}
.box ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .box ul {
    flex-direction: column;
    width: 100%;
  }
}

.box ul li {
  width: 50%;
  padding: 50px 65px 25px 50px;
  border-right: 1px solid white;
  font-size: 20px;
  color: white;
}
@media (max-width: 767px) {
  .box ul li {
    width: 100%;
    border-bottom: 2px solid white;
  }
}
.box ul li h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
.box ul li:nth-child(2n) {
  border-right: none;
}

.box ul li:nth-child(3),
.box ul li:nth-child(4),
.box ul li:nth-child(5),
.box ul li:nth-child(6) {
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 1px solid white;
}
@media (max-width: 767px) {
  .box ul li:nth-child(3),
  .box ul li:nth-child(4) {
    border-top: none;
  }
}
.brain {
  position: relative;
  background: url('./images/brain-bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .brain {
    position: relative;
    background: url('./images/brain-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
  }
}
.container1 {
  text-align: center;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
}

.unified-title {
  background-image: -moz-linear-gradient(
    -180deg,
    rgb(238, 119, 82) 0%,
    rgb(136, 0, 133) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    -180deg,
    rgb(238, 119, 82) 0%,
    rgb(136, 0, 133) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    -180deg,
    rgb(238, 119, 82) 0%,
    rgb(136, 0, 133) 100%
  ) !important;
}
@media (max-width: 767px) {
  .title {
    font-size: 40px;
    line-height: 35px;
  }
}

.para1 {
  padding-top: 30px;
  font-size: 21px;
}
.brainimage {
  max-width: 100%;
  padding-top: 99px;
  position: relative;
}
@media (max-width: 767px) {
  .brainimage img {
    width: 75%;
  }
}
.text1 {
  top: 40px;
  position: absolute;
  left: 28%;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-orange);
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text1 {
    top: 20%;
    position: absolute;
    left: 28%;
    word-spacing: 244px;
  }
}
.text2 {
  top: 220px;
  position: absolute;
  font-weight: 600;
  right: -100px;
  font-size: 24px;
  color: var(--color-orange);
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text2 {
    top: 27%;
    position: absolute;
    left: 14%;
    word-spacing: 451px;
  }
}
.text3 {
  top: 220px;
  position: absolute;
  font-weight: 600;
  left: -100px;
  font-size: 24px;
  color: var(--color-orange);
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text3 {
    top: 35%;
    position: absolute;
    left: 4%;
    word-spacing: 620px;
  }
}
.text4 {
  bottom: 200px;
  position: absolute;
  left: 28%;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-orange);
  width: 200px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text4 {
    top: 46%;
    position: absolute;
    left: 4%;
    word-spacing: 620px;
  }
}
.text5 {
  top: 56%;
  position: absolute;
  left: 10%;
  word-spacing: 633px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text5 {
    top: 56%;
    position: absolute;
    left: 4%;
    word-spacing: 615px;
  }
}
.text6 {
  top: 64%;
  position: absolute;
  left: 18%;
  word-spacing: 543px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .text6 {
    top: 64%;
    position: absolute;
    left: 11%;
    word-spacing: 540px;
  }
}

.rpa-wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.rpa-wrapper ul {
  display: inline-flex;
}

.rpa-wrapper ul li {
  width: 254px;
  height: 268px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  background: url(/assets/images/rpa-1-bg.png) no-repeat;
  background-size: cover;
}

.rpa-wrapper ul li:nth-child(2) {
  background: url(/assets/images/rpa-2-bg.png) no-repeat;
}

.rpa-wrapper ul li:nth-child(3) {
  background: url(/assets/images/rpa-3-bg.png) no-repeat;
}

.rpa-wrapper ul li p.text {
  text-transform: uppercase;
  font-size: 16px;
  color: #002c58;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2em;
}

.client-logo-wrapper {
  padding: 0 0 80px 0;
}

@media (max-width: 767px) {
  .box ul li h3 {
    line-height: 1.2em;
  }
  .rpa-wrapper ul {
    display: block;
  }
  .rpa-wrapper ul li {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .client-logo-wrapper {
    padding-bottom: 40px;
  }
}
