.parent_resources_section{
  padding-top: 0;
}
.parent_resources_parent_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0vw 1.5vw 0vw 1.5vw;
  /* background: #eff6ff; */
  border-radius: 0.5vw;
}
.parent_resources_heading {
  font-size: 3vw;
  color: #ED675C;
  font-weight: 700;
}
.parent_resources_sub_heading {
  font-size: 1.3vw;
  color: #000;
  text-align: center;
}
.parent_resources_points_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  margin-top: 1.5vw;
}
.parent_resources_point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  border: 2px #338bff solid;
  border-radius: 0.5vw;
  width: 29vw;
  cursor: pointer;
}
/* .prp_3 {
  border: 2px #f87d2c solid;
  background: #fff7ed;
} */
.parent_resources_point svg {
  width: 2vw;
  height: 2vw;
  color: #338bff;
  margin-bottom: 0.8vw;
}
/* .prp_3 svg {
  color: #f97015;
} */
.point_heading {
  font-size: 1.1vw;
  color: #000;
  font-weight: 700;
}
.pr_point_desc {
  font-size: 0.8vw;
  color: #000;
  font-weight: 600;
  opacity: 0.5;
  text-align: center;
}
