#product {
  background-color: #f3f3f5;
}

#product .main p {
  text-align: center;
  color: var(--primaryColor);
  font-weight: bold;
}

#product .main p:nth-child(2) {
  text-align: center;
  /* color: var(--paraColor); */
  font-weight: bold;
}

#products {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 6px;
}

#products .box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

#products .box img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

#products .box text {
  height: 70px;
  background-color: blue;
}
