.toVert {
  flex-direction: row;
  width: 1000px;
  height: 100px;
  margin: auto
}

@media (max-width: 1000px) {
  .toVert {
    flex-direction: column;
    width: 80vw;
    height: auto;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 600px) {
  .toVert2 {
    flex-direction: column !important;
    margin: auto !important;
    border-top: 1px solid rgb(233, 233, 233);
  }
  .toVert2 > div {
    width: 100vw !important;
    margin: 0 !important;
  }
}

@media (max-width: 950px) {
  .toVert3 {
    flex-direction: column !important;
    margin: auto !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .toVert3 > img{
    width: 95% !important;
    margin-top: 20px !important;

  }
}