.p-section-1 {
  height: auto;
  width: 100%;
}
.p-section-1 > div:nth-child(1) > h1 {
  color: var(--Head-text, #08373e);
  text-align: center;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 64.8px */
  position: relative;
  text-align: start;
  margin-bottom: 60px;
}
.p-section-1 > div:nth-child(1) > h1 > img:nth-last-child(2) {
  position: absolute;
  left: -5%;
}
.p-section-1 > div:nth-child(1) > h1 > span {
  color: var(--Harmoni-Teal, #0d5c67);
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.sec-6-cards > div > h3 {
  color: var(--Harmoni-Teal, #0d5c67);
  font-family: Poppins;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  margin-bottom: 1px !important;
}
.sec-6-cards > div > hr {
  height: auto;
  width: 85%;
  stroke-width: 0.8px;
  background-color: #0d5c67;
}
.sec-6-cards > div > p:nth-last-child(3) {
  color: var(--Head-Text-2, #79aeb5);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-6-cards > div > p:nth-last-child(2) {
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.sec-6-cards > div > p:nth-last-child(1) > span {
  color: var(--Harmoni-Teal, #0d5c67);
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.sec-6-cards > div > p:nth-last-child(2) > span {
  color: var(--Harmoni-Teal, #0d5c67);
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.sec-6-cards > div .image-wrapper {
  top: -12% !important;
}
.sec-6-cards > div > a:nth-last-child(1) {
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
  border-radius: 24px;
  background: #0d5c67;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 8px;
  margin-bottom: 30px;
  margin-left: 25px;
}
.sec-6-cards > div > a:nth-last-child(1) > img {
  height: auto;
  width: 7% !important;
}
