.content-image-section {
  overflow-x: clip;
  padding: 50px 0;
}

.work-section.gallary-section + .content-image-section {
  padding: 0px 0px 50px 0px;
}

.content-image-section .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.content-image-section .section-title .green-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--poppins);
  /* margin: 0 0 22px; */
  margin: 0 0 12px;
  color: var(--BluePrimary);
  text-transform: uppercase;
}

.content-image-section .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.content-image-section .inner:not(:last-child) {
  margin-bottom: 80px;
}

.content-image-section .inner .left {
  width: 100%;
  margin: 0 0 30px;
}

.content-image-section .inner .left .eyebrow {
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--quaternary_color);
  margin: 0 0 20px;
}

.content-image-section .inner .left .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 30px;
}

.content-image-section .inner .left .list-wrapper .list {
  background-color: var(--BlueLight2);
  border-radius: 12px;
  padding: 20px 23px 12px;
  width: 100%;
  text-align: center;
}

.content-image-section .inner .left .list-wrapper .text {
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
}

.content-image-section .inner .left .list-wrapper .count {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--dark);
  font-family: var(--poppins);
}

.content-image-section .inner .right .image-block {
  max-width: 500px;
  position: relative;
  z-index: 1;
  line-height: 0px;
  padding: 30px 0;
  margin: 0 auto;
}

.content-image-section .inner .right .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.content-image-section .inner .right .image-block::before {
  content: '';
  position: absolute;
  width: 3600px;
  height: 100%;
  top: 0;
  left: 30%;
  border-radius: 12px 0 0 12px;
  background: var(--BlueLight2);
  /* opacity: 0.5; */
  z-index: -1;
}

.content-image-section .inner.image-left .right .image-block::before {
  background: var(--BlueLight2);
}

.content-image-section .inner.image-left {
  flex-direction: row-reverse;
}

.content-image-section .inner.image-left .right .image-block::before {
  border-radius: 0 20px 20px 0;
  right: 30%;
  left: auto;
}

.content-image-section .ul-arrow ul li:not(:last-child) {
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .content-image-section .inner .left .list-wrapper {
    margin: 0 0px 50px;
  }

  .content-image-section .inner .left .list-wrapper .list {
    width: calc(33.33% - 10px);
    /* margin: 5px; */
  }

  /* .content-image-section .inner .left .list-wrapper .list + .list {
    margin: 5px;
  } */

  .content-image-section .inner .right .image-block::before {
    left: 50%;
  }

  .content-image-section .inner.image-left .right .image-block::before {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .content-image-section {
    padding: 70px 0;
  }

  .work-section.gallary-section + .content-image-section {
    padding: 30px 0px 70px 0px;
  }

  .content-image-section .inner .left {
    width: 55%;
    margin: 0 30px 0 0;
  }

  .content-image-section .inner.image-left .left {
    margin: 0 0 0 30px;
  }

  .content-image-section .inner .right {
    width: calc(45% - 30px);
  }
  .work-section.gallary-section + .content-image-section {
    padding: 0px 0px 70px 0px;
  }
  .content-image-section .inner:not(:last-child) {
    margin-bottom: 42px;
  }
}

@media (min-width: 1200px) {
  .content-image-section .inner .left {
    max-width: 560px;
  }

  .content-image-section .inner:not(:last-child) {
    margin-bottom: 120px;
  }

  .content-image-section .inner .right {
    width: auto;
  }

  .content-image-section .inner .right .image-block img {
    border-radius: 28px;
  }

  .content-image-section .section-title h2 {
    font-size: 34px;
    /* line-height: 63px; */
  }

  .content-image-section .inner:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media (min-width: 1430px) {
  .content-image-section {
    padding: 100px 0;
  }

  .content-image-section .inner:not(:last-child) {
    margin-bottom: 120px;
  }
}

@media (min-width: 1660px) {
  .content-image-section {
    padding: 150px 0 200px;
  }

  .content-image-section .inner:not(:last-child) {
    margin-bottom: 250px;
  }

  .content-image-section .inner .right .image-block {
    max-height: 600px;
    padding: 0;
  }

  .content-image-section .inner .right .image-block::before {
    height: calc(100% + 176px);
    top: -88px;
    left: 300px;
    border-radius: 28px 0 0 28px;
  }

  .content-image-section .inner.image-left .right .image-block::before {
    border-radius: 0 28px 28px 0;
    left: auto;
    right: 300px;
  }
}

@media (max-width: 991px) {
  .content-image-section .section-title .green-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 8px;
  }
  .content-image-section .section-title {
    margin-bottom: 24px;
  }
  .content-image-section .section-title h2 {
    margin-bottom: 0px;
  }
  .content-image-section .inner .left .list-wrapper {
    margin: 0 0px 32px;
  }
  .content-image-section .inner:not(:last-child) {
    margin-bottom: 54px;
  }
  .content-image-section .ul-arrow ul li:not(:last-child) {
    margin: 0 0 10px;
  }
}
