.persona-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  background-color: #fff;
}

.why-tasktru {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.why-dcs._2 {
  padding-bottom: 80px;
}

.why-tasktru {
  padding-top: 80px;
  padding-bottom: 0;
}

.color-div {
  position: relative;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  width: 50vw;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b3ce98;
}

.background-color {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-left: 23%;
  padding-left: 0;
  border-bottom-left-radius: 0;
  background-color: #b3ce98;
}

.background-color.right {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  margin-right: 18%;
  margin-left: 0;
  background-color: #e0e7d7;
}

.force-color {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
}

.force-color.right {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.color-div.right {
  margin-right: 0;
  margin-left: 0;
  background-color: #e0e7d7;
}

.tasktru-container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.tasktru-container.flex-edge {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-edge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper {
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  /* margin-left: 100px; */
}

.header-wrapper.right {
  margin-right: 100px;
}

.header-wrapper.left {
  margin-left: 100px;
}

.tech-image-left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.tech-image-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
