.parent_resources_parent_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  padding: 3vw;
  /* background: #eff6ff; */
  border-radius: 3vw;
}
.parent_resources_heading {
  font-size: 6vw;
  color: #ED675C;
  font-weight: 700;
}
.parent_resources_sub_heading {
  font-size: 5vw;
  color: rgb(75 85 99);
  opacity: 0.7;
  text-align: center;
  font-weight: 700;
}
.parent_resources_points_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}
.parent_resources_point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw 9vw;
  border: 2px #338bff solid;
  border-radius: 2vw;
}
/* .prp_3{
  border: 2px #f87d2c solid;
  background: #fff7ed;
} */
.parent_resources_point svg {
  width: 8.67vw;
  height: 8.67vw;
  color: #338bff;
  margin-bottom: 3vw;
}
/* .prp_3 svg {
  color: #f97015;
} */
.point_heading{
    font-size: 4.5vw;
    color: #000;
    font-weight: 700;
}
.pr_point_desc{
    font-size: 3.8vw;
    color: #000;
    font-weight: 600;
    opacity: 0.5;
    text-align: center;
}