.bigbox[data-v-0d457a97] {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgb(250, 247, 247);
}
.bigbox .main[data-v-0d457a97] {
  background: #fff;
  border-radius: 0.8rem;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.bigbox .main .item[data-v-0d457a97] {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
.bigbox .main .item .imgBox[data-v-0d457a97] {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
