/*=========PROCESS========*/
.process_container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px; */
  justify-content: space-between;
}

.process_infographic,
.our_story {
  width: 100%;
}

.process_infographic {
    display: flex;
    justify-content: center;
}

.process_infographic img {
    width: 100%;
    max-width: 500px;
    margin: auto 0px;
}

.our_story h2 {
    text-align: center;
}

.our_story p {
    margin-bottom: 10px;
}

.carousel-indicators li {
  cursor: pointer;
}

.carousel img {
  width: 100%;
  border: 3px solid #333;
  box-shadow: 2px 2px 10px #333;
}

/*========================*/
/*=====RESPONSIVE=========*/
/*========================*/

@media screen and (min-width: 650px) {
  /*========PROCESS========*/

}

@media screen and (min-width: 900px) {
  /*========PROCESS========*/
  .process_infographic,
  .our_story {
    width: 45%;
  }

  .our_story h2 {
      padding-top: 0px;
  }
}
