.content-box-5 {
  width: 78%;
  background-color: #fff;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-bottom: 150px;
}

/* Main heading styles */
.content-box-5 > h2 {
  color: var(--Head-text, #08373e);
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 23px;
}

/* Subheading (h3) styles */
.content-box-5 > h3 {
  color: var(--Harmoni-Teal, #0d5c67);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.287%; /* ~33px */
}

/* Introduction paragraphs */
.content-box-5 > p:nth-child(2) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 137.3%; /* ~25px */
}
.content-box-5 > p:nth-child(3),
.content-box-5 > p:nth-child(4) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 137.3%;
  margin-bottom: 46px;
}

/* General paragraph styling */
.content-box-5 > p {
  margin-bottom: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 137.3%;
}

/* Numbered/Bulleted list styling */
.content-box-5 > ul {
  list-style: decimal;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 23px;
  margin-bottom: 46px;
  gap: 26px;
  display: flex;
  flex-direction: column;
}
.content-box-5 > ul > li {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 137.287%; /* ~25px */
}
.content-box-5 > ul > li > p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 137.287%;
  margin-top: 5px;
}

/* CTA section container */
.content-box-5 > div:nth-child(11) {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 43px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .content-box-5 {
    width: 100%;
  }
  .content-box-5 > div:nth-child(11) {
    flex-direction: column;
    gap: 20px;
  }
  .content-box-5 > div:nth-child(11) > img {
    width: 100% !important;
  }
  .content-box-5 > div:nth-child(11) > div:nth-child(2) > h3 {
    font-size: 24px;
    line-height: 33px; /* 137.5% */
  }
  .content-box-5 > div:nth-child(11) > div:nth-child(2) > p {
    font-size: 14px;
    line-height: 21px; /* 150% */
  }
  .content-box-5 > div:nth-child(11) > div:nth-child(2) > a {
    font-size: 14px;
    line-height: 21px; /* 150% */
  }
}
/* CTA section image */
.content-box-5 > div:nth-child(11) > img {
  height: auto;
  width: 40%;
}

/* CTA text container */
.content-box-5 > div:nth-child(11) > div:nth-child(2) {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

/* CTA headline */
.content-box-5 > div:nth-child(11) > div:nth-child(2) > h3 {
  color: var(--Head-text, #08373e);
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* ~132% */
  position: relative;
  margin-bottom: 10px;
}
.content-box-5 > div:nth-child(11) > div:nth-child(2) > h3 > span {
  color: #4599a4;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.content-box-5 > div:nth-child(11) > div:nth-child(2) > h3 > img:nth-child(3) {
  position: absolute;
  top: -7%;
  left: -9%;
}

/* CTA paragraph */
.content-box-5 > div:nth-child(11) > div:nth-child(2) > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* CTA button */
.content-box-5 > div:nth-child(11) > div:nth-child(2) > a {
  display: flex;
  width: auto;
  height: auto;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: #0d5c67;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration: none;
  gap: 10px;
  margin-top: 20px;
}

/* CTA arrow icon */
.content-box-5 > div:nth-child(11) > div:nth-child(2) > a > img {
  height: auto;
  width: 15%;
}

/* Conclusion paragraphs - adjust as needed based on actual DOM structure */
.content-box-5 > p:nth-child(14),
.content-box-5 > p:nth-child(15) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 137.287%; /* ~25px */
  margin-top: 23px;
  margin-bottom: 23px;
}
