.circular-sb {
  width: 250px;
  border: 2px solid #888;
  padding: 80px 20px;
  margin: 20px 20px auto auto;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  color: #888;
  background-color: #fff;
}

.circle3 {
  border: 2px solid #888;
  position: absolute;
  width: 25px;
  padding: 20px;
  border-radius: 50%;
  left: -10px;
  bottom: 10px;
}

.circle3:before {
  content: "";
  position: absolute;
  width: 25px;
  padding: 20px;
  border-radius: 50%;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.circle4 {
  border: 2px solid #888;
  position: absolute;
  width: 5px;
  padding: 10px 15px;
  border-radius: 50%;
  left: -60px;
  bottom: 5px;
  background-color: #fff;
}/*# sourceMappingURL=speechBubble.css.map */