

.long {
  width: 100%;
}

.big {
  flex: 1;
  min-height: 90px;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  margin: 0;
}

.together {
  display: flex;
  width: 100%;
  gap: 8px;
  margin: 5px 0;
}