@charset "utf-8";
/* CSS Document */
h3 {
    position: relative;
    padding-top: 0.8em;
    padding-right: 0.8em;
    padding-left: 1.8em;
    padding-bottom: 0.8em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    border-radius: 7px;
    font-size: 22px;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
h4 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
h4:before {
  content: "";
  position: absolute;
  background: #ffd69d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.row .col-5 img
{
  width: 100%;
  height: auto;
}

.row .col-5
{
  text-align: center;
}

.row .col-5 h4
{
}
.row .col-5 p
{
  text-align: left;
}
