.pinkBlockquote {
    background-image: url("images/blockQuote.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 2% 0;
    overflow: hidden;
    background-position: 12px 0px;
}

.pinkBlockquote p {
    font-family: 'Quicksand', serif !important;
    font-size: 23px !important;
    color: #f06089 !important;
    font-weight: 500;
    border-left: 2px solid #f06089;
    padding: 0 0 0 14px !important;
}

.fiftyPercent {
    width: 50%;
    display: inline-block;
    float: left;
}

.bulletListBG {
    clear: both;
    overflow: hidden;
    background-image: url("images/bulletListBG.png");
    background-repeat: repeat;
    margin: 0 0 4%;
}

.bulletListBG p {
    background-image: url("images/bulletPoint.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    margin: 1% 4% 1% 4%;
}