.box3 {
  width: 100%;
  margin: 40px auto;
  border-radius: 15px;
  background: #ebc8a1;
  color: #000;
  padding: 15px;
  text-align: center;
  font-weight: 900;
  ##font-family: arial;
  position: relative;
}
.box4 {
  width: 100%;
  margin: 40px auto;
  border-radius: 15px;
  background: #048945;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 900;
  ##font-family: arial;
  position: relative;
}

.box4 h5 {
	color:#fff !important;
}

/* speech bubble 13 */

.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #048945;
  border-right: 15px solid transparent;
  border-top: 15px solid #048945;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}


/* speech bubble 14 */

.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #ebc8a1;
  border-top: 15px solid #ebc8a1;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}