/*=====================
#Speech Bubbles
=======================*/
.box3 {
  width: max;
  margin: 30px 20px;
  border-radius: 13px;
  background: #E48F9C;
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  position: relative; }

/* speech bubble 13 */
.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #E48F9C;
  border-right: 15px solid transparent;
  border-top: 15px solid #E48F9C;
  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 #E48F9C;
  border-top: 15px solid #E48F9C;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px; }

.section--1575631876067 ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 25px; }
