.des {
  font-size: 16px;
  width: 75%;
  margin: 30px auto;
  text-align: center;
}

.casestudy-des-title {
  border-bottom: 1px solid #ededde;
}
.casestudy-des a {
  background-color: #1b68b3;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 1.33;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  user-select: none;
  color: #fff;
}

.casestudy-des a:hover {
  color: #fff;
  background-color: #222;
  text-decoration: none;
}

.line-height {
  height: 50px;
}

.casestudy-cont a {
  text-decoration: none;
  color: #fff;
  background-color: #222;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 1.33;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.img-case-study-01 img {
  background-color: #364150;
}
.casestudy-des hr {
  width: 50%;
  margin: 10px auto;
}

.casestudy-features {
  border-radius: 8px;
  border-top: 3px solid #1b68b3;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  background: #f5f5f5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll
    0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0
    0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-radius: 8px;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
  background-color: #f5f5f5;
  /* min-height: 20px; */
  display: inline-block;
  width: 100%;
}

.Dispatcher-Web-App-Row {
  background-color: #1b68b3;
}

.Dispatcher-Web-App-Row h2 {
  color: #fff;
}

.Dispatcher-Web-App-Row p {
  color: #fff;
}

.Dispatcher-Web-App-Row hr {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #fff,
    transparent
  );
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

.main {
  position: relative;
}

.target {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.justify {
  text-align: justify;
}

/* ROI COLUMN STYLES*/
.two-col-container {
  display: table-row;
}
.col-50 {
  display: table-cell;
  width: 50%;
}
.roicont {
  background-color: #2f3034;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.roicont-inner {
  width: 90%;
  margin: 0px auto;
}
.roicont-inner hr {
  background-image: -webkit-linear-gradient(
    left,
    #d2d2d224,
    rgba(255, 255, 255, 0.85),
    #d2d2d224
  );
  background-image: -webkit-linear-gradient(
    left,
    #d2d2d224,
    rgba(255, 255, 255, 0.85),
    #d2d2d224
  );
  border: 0;
  width: 50%;
  height: 1px;
  margin: 30px auto;
}
.roicont-inner p {
  color: #a5a5a6;
  text-align: justify;
  font-size: 1.2em;
}
.roiimg img {
  width: 100%;
  height: auto;
}
.roi-heading {
  color: #fff;
  text-align: center;
  font-size: 4em;
  padding: 10px 0px 10px 0px;
  font-family: "Open Sans", Arial, sans-serif;
}

.roi-Row h2 {
  color: #fff;
}

.roi-Row p {
  color: #fff;
}

.roi-Row hr {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #fff,
    transparent
  );
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
.roi-Row {
  background-color: #2f3034;
}
.heading-top h1 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
  letter-spacing: -1px;
  color: #010101;
  font-family: inherit;
}
/*END ROI COLUMN STYLES*/
@media screen and (max-width: 1023px) {
  .main img {
    margin: 0px auto;
  }

  .target {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    right: 0;
    text-align: center;
  }
  .space {
    height: 20px;
  }
  .col-50 {
    display: block;
    width: 100%;
  }
  .roicont-inner {
    padding: 50px 0px;
  }
}
