.pull_quote {
float:left;
width:50%;
clear:left;
}
.pull_img {
width:50%;
height:auto;
float:left;
clear:left;
margin-right:45px;
}

h3.purple_heading_with_underline {
    color:#74086E;
    font-family:"Museo Slab W01 300";
    font-size:24px;
    border-bottom:1px solid #74086E;
    display:block;
    padding-bottom:20px;
    margin-bottom:20px;
}

h3.grey_heading_with_underline {
    color:#434444;
    font-family:"Museo Slab W01 300";
    font-size:24px;
    border-bottom:1px solid #434444;
    display:block;
    padding-bottom:20px;
    margin-bottom:20px;
}