h5{
    margin: 0 0 1.5em;
    padding: 0.8em;
 
    border-bottom: 3px double #68C8FA;
    font-size: 1.143em;
    font-weight: bold;
}
h4{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #68C8FA;
}
 
h4:before{
    content: "";
    position: absolute;
    background: #D0EEFB;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h4:after{
    content: "";
    position: absolute;
    background:#22B6F9;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h6{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    font-size: 1.143em;
    font-weight: bold;
    color: #fff;
    background: #68C8FA;
    box-shadow: 12px 0 0 0 #68C8FA, 0 12px 0 0 #B92A2C, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 12px 0 0 0 #68C8FA, 0 12px 0 0 #B92A2C, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 12px 0 0 0 #68C8FA, 0 12px 0 0 #68C8FA, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -o-box-shadow: 12px 0 0 0 #68C8FA, 0 12px 0 0 #68C8FA, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -ms-box-shadow: 12px 0 0 0 #68C8FA, 0 12px 0 0 #68C8FA, 1px 15px 4px -3px rgba(0,0,0,0.2);
}
 
h6:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #22B6F9;
}
 
h6:after{
    content: " ";
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    left: 0.8em;
    width: 10.0em;
    height: 1.5em;
    background: rgba(255,244,244,0.4);
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
}