.healthcare-featured-image {
  position: relative;
  padding-top: 20px;
  padding-bottom: 35px;
}
.healthcare-featured-image img {
  border-radius: 5.75px;
}
.healthcare-featured-image .blue-circle {
  width: 49.68px;
  height: 49.68px;
  background: #CACEF4A1;
  position: absolute;
  top: 0;
  left: 20%;
  border-radius: 50%;
  box-shadow: 0px 0px 5.3859076499938965px 0px #0044AA29;
}
.healthcare-featured-image .blue-circle::before {
  content: "";
  position: absolute;
  width: 28.91px;
  height: 28.91px;
  background: linear-gradient(139.97deg, #2678F3 12.27%, #0044AA 85.84%);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
}
.healthcare-featured-image .orange-circle {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 8px;
  right: 11.5%;
  background: #FBDD997D;
  box-shadow: 0px 0px 5.3859076499938965px 0px #FBDD9929;
  border-radius: 50%;
}
.healthcare-featured-image .orange-circle::before {
  content: "";
  width: 32.67px;
  height: 32.67px;
  position: absolute;
  background: linear-gradient(139.97deg, #FCAF02 12.27%, #E8A309 85.84%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.healthcare-featured-image .gray-rectangle-circles {
  position: absolute;
  width: 55.06px;
  height: 26.5px;
  right: 27%;
  bottom: 0;
}
.healthcare-featured-image .gray-rectangle-circles ul {
  margin: 0;
  padding: 0;
  height: 8.83px;
  line-height: 1px;
}
.healthcare-featured-image .gray-rectangle-circles ul li {
  display: inline-block;
  width: 5.48px;
  height: 5.48px;
  background: #D9D9D9;
  border-radius: 50%;
  list-style: none;
}