/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---- NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ----------------------------------------------------------------*/
.serv-row .wrap {
    padding: 0 1em;
    border: 2px solid #2a2770;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    margin: 0 1em;
    overflow: hidden;
}

.serv-row .wrap h2 {
    background: #2a2770;
    color: #fff;
    padding: .5em 1em;
    margin: 0 -1em 0;
}

.serv-row .wrap h2 + p {
    /* margin: 0.5em 1.0em 1em; */
}
.star {
    color: #2a2770 !important;
}