p {
  line-height: 1.4; }

.box3 {
  width: max;
  margin: 30px 40px;
  border-radius: 15px;
  background: #2F82AC;
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-family: Arial;
  position: relative; }

/* speech bubble 13 */
.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #2F82AC;
  border-right: 15px solid transparent;
  border-top: 15px solid #2F82AC;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 10px; }

/* speech bubble 14 */
.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #C7E7EA;
  border-top: 15px solid #C7E7EA;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px; }
