.box3 {
  width: 300px;
  margin: 10px auto;
  border-radius: 15px;
  background: #00bfb6;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
}
/* speech bubble  you */
.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #00bfb6;
  border-right: 15px solid transparent;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}
.box4 {
  width: 300px;
  margin: 10px auto;
  border-radius: 15px;
  background: #ffbf80;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
}
/* speech bubble them */
.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #ffbf80;
  border-top: 15px solid #ffbf80;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

