.info-head {
  background-color: #0096a3;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.info-head p {
  text-align: unset;
}

.info-content-left-head1 {
  background: linear-gradient(90deg, rgba(0, 112, 120, 1) 0%, rgba(0, 135, 120, 1) 70%);
}

.info-content-left-head2 {
  background: linear-gradient(90deg, rgba(255, 90, 2, 1) 0%, rgba(255, 136, 19, 1) 82%);
}

.info-content-left-head3 {
  background: linear-gradient(90deg, rgba(143, 143, 143, 1) 0%, rgba(191, 192, 194, 1) 70%);
}

.info-content-left-head4 {
  background: linear-gradient(90deg, rgba(0, 159, 196, 1) 0%, rgba(42, 193, 235, 1) 70%);
}

.main-content-sec {
  display: flex;
  gap: 30px;
}

.info-content-left,
.main-content-sec .info-content {
  background-color: #d4d4d4;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  min-height: 100px;
  place-content: center;
}

.main-content-sec .info-content {
  position: relative;
  max-width: 359.38px;
  width: 100%;
  font-size: 14px;
}

.main-content-sec .info-content:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/case-study/inforgraphic-images/arrow-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.info-content-left {
  position: relative;
}

.info-content-left p {
  line-height: 25px;
  text-align: unset;
}

.info-content p {
  font-size: 14px;
  line-height: 18px;
  text-align: unset;
}

.info-content-left img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}

.info-content-left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://www.svgrepo.com/show/309730/line-horizontal-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.img-infographic {
  display: none;
}


@media(max-width:1400px) {

  .info-content-left,
  .main-content-sec .info-content {
    border-radius: 0;
  }

  .info-content-left img {
    transform: translate(-80%, -50%);
  }
}

@media(max-width:1200px) {
  .html-infographic {
    display: none;
  }

  .img-infographic {
    display: block;
    margin-bottom: 30px;
  }

  .img-infographic img {
    width: 300px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .info-content-left img {
    left: -10px;
  }
}

@media(max-width:767px) {
  .img-infographic img {
    width: 100%;
  }
}