.balloon-left {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.5em 15px;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #f8f4e6;
	border-radius: 15px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f8f4e6;
}

.balloon-left p {
  margin: 0;
  padding: 15px;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 0em 15px 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #eaf4fc;
	border-radius: 15px;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #eaf4fc;
}

.balloon-right p {
  margin: 0;
  padding: 15px;
}
