.section_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.section_flex .section_column {
  width: 24%;
  padding: 1.2rem;
  box-sizing: border-box;
}
.section_column img {
  max-width: 3rem;
}
.section_column h2 {
  font-size: 1.3rem;
  margin: 1.2rem 0;
  color: #666;
}
.section_column p {
  font-size: 1rem;
  color: #666;
}



/* saroj kumar testing  */

/* END  */