.productPanel
{
  display: flex;
  flex-direction: row;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.mainInterest
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 100%;
  color: black;
}

.nicotine
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 100%;
}
