.two_components_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.two_components_container1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.left_component {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_component {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component_img {
  width: 70%;
  height: auto;
}




