.caregivers-section1 {
  /* margin: 200px 0; */
  margin: 80px 0 160px;
}

.caregivers-section1 h3 {
  margin-bottom: 0px;
}

.caregivers-section1 h3 {
  color: #fff;

  font-size: 50px;
  font-style: normal;
  line-height: normal;
}

.caregivers-section1 h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.item-content p {
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 163.636% */
}

.item-text {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: normal;
  margin: 12px 0 40px;
}

.product-line-section4 {
  position: absolute;
  height: 97%;
  top: 10px;
  left: -15px;
}

.item-cont:last-child .item-text {
  margin-bottom: 0;
}

.caregivers-section1-wrapper {
  /* max-width: 1440px; */
  margin-inline: auto;
}

.caregivers-line-section1 {
  height: 106px;
  margin-left: 36px;
  margin-block: 5px;
}

/* ------------------------------ */

.caregivers-section1-wrapper {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 32px;
}

.caregivers-section1-wrapper .content-wrapper {
  margin-top: 88px;
  max-width: 534px;
  z-index: 5;
  position: absolute;
  left: 8%;
}

.gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #0038ad 32.83%,
    rgba(0, 56, 173, 0.38) 59%,
    rgba(0, 56, 173, 0.23) 69.2%,
    rgba(0, 56, 173, 0.11) 78.29%,
    rgba(0, 56, 173, 0.06) 85.61%,
    rgba(0, 56, 173, 0) 95.14%
  );
  z-index: 2;
  pointer-events: none;
}

.caregivers-section1-wrapper .section-image img {
  top: 0;
  /* left: 0; */
  width: 900px;
  height: 100%;
  object-fit: cover; /* ensure full cover */
  z-index: 1;
  /* position: absolute; */
}

/* ------------------------------ */

@media (min-width: 992px) and (max-width: 1366px) {
  .lg-no-padding {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .caregivers-section1 {
    margin: 100px 0;
  }

  .item-cont:last-child .item-text {
    margin: 12px 0 40px;
  }

  .caregivers-section1 h3 {
    margin-bottom: 0px !important;
  }

  .item-text {
    margin: 8px 0 40px;
  }

  .caregivers-section1 .content-wrapper {
    background: none;
    position: relative;
    left: 0;
    margin-top: 0;
  }

  .caregivers-section1 h6 {
    margin-bottom: 32px;
  }
  .caregivers-line-section1 {
    height: 88px;
    margin-left: 38px;
  }
  .caregivers-section1 p:first-child {
    margin-bottom: 0px !important;
  }
  .caregivers-section1 h3 {
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
  }
  .caregivers-section1 p {
    font-size: 19px;
    font-weight: 200;
    line-height: 32px; /* 168.421% */
  }
  .caregivers-section1-wrapper .content-wrapper {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .lg-no-padding {
    padding: 0;
    max-width: 100%;
  }
}
