.section-dash-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.section-dash-item{
  width:49%;
  margin-bottom:2rem;
}
.section-dash-text{
  margin-left:1rem;
}
@media screen and (max-width:749px){
  .section-dash-flex{
    flex-direction: column;
  }
  .section-dash-item{
    width:100%;
  }
}