.feature_title {text-align: center; margin-bottom: 30px; font-style: italic}
.feature_row {position: relative; margin-bottom: 35px;padding: 30px 20px 20px 20px; background:#fff; border-radius: 5px; border: 1px solid #aaa;}
.feature_row h2 {display: inline-block; font-size: 18px; border: 1px solid #444; border-radius: 20px; padding: 5px 20px; background:#666; color:#fff; position: absolute; top: -17px; left: 30px;}
.feature_row p {font-size: 1.2em}
.feature_row:nth-child(odd) h2 {left: auto; right: 40px;}
.feature_image img {width:100%; max-width: 100%;}
.feature_row:nth-child(even) .feature_image {float: left; width: 200px; padding: 0 10px 10px 0}
.feature_row:nth-child(odd) .feature_image {float: right; width: 200px; padding: 0 0 10px 10px}
