.caregivers-section5 {
  margin: 200px 0;
}

.caregivers-section5 h3 {
  margin-top: -5px;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.item-heading {
  font-family: "OpenSans-SemiBold";
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: normal;
}

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

.caregivers-line-section5 {
  position: absolute;
  height: 100%;
  top: 0;
}

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

.caregivers-section5 .right-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.caregivers-section5 .item-links-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.caregivers-section5 .item-links-list div {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  width: fit-content;
}

.caregivers-section5 .item-links-list div:hover {
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  color: #0038ad;
  padding: 20px;
  width: fit-content;
}

.caregivers-section5 li {
  color: #fff;
  font-size: 22px;
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 163.636% */
}

.caregivers-section5 p {
  color: #fff;
  font-family: "OpenSans-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 163.636% */
}
.caregivers-section5 .item-cont a {
  color: #fff;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .caregivers-section5 {
    margin: 100px 0;
  }
  .caregivers-section5 h3 {
    font-size: 38px;
    font-weight: 200;
    line-height: normal;
  }

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

  .caregivers-section5 h3 {
    margin-bottom: 40px !important;
  }

  .item-heading {
    line-height: 28px;
  }

  .item-text {
    margin: 8px 0 40px;
  }
  .caregivers-section5 .right-col {
    gap: 40px;
  }

  .caregivers-section5 .item-links-list div {
    padding: 20px;
    background: white;
  }
  .caregivers-section5 .item-links-list a {
    color: #0038ad;
  }
  .item-links-list {
    margin-top: 32px;
  }
  .item-cont img {
    width: 100%;
  }
  .caregivers-section5 .item-heading ul li {
    font-size: 19px;
    font-weight: 200;
    line-height: 32px !important; /* 168.421% */
  }
  .caregivers-section5 p {
    font-size: 19px;
    font-weight: 200;
    line-height: 32px; /* 168.421% */
  }
  .caregivers-line-section5 {
    display: none;
  }
  .right-col .item-cont {
    margin-left: 0;
  }
}

/* for-tablet-vertical */
@media (min-width: 768px) and (max-width: 991px) {
}

/* for-tablet-horizontal { */
@media (min-width: 992px) and (max-width: 1199px) {
  .caregivers-section5 .item-links-list div {
    padding: 20px;
    background: white;
  }
  .caregivers-section5 .item-links-list a {
    color: #0038ad;
  }
}
