#content .features {
  background: rgb(228, 228, 228);
  background: rgba(225, 225, 225, 0.7);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 460px; }
  #content .features h2 {
    margin: 20px 15px 40px; }
  #content .features .feature {
    margin: 0 15px 50px; }
    #content .features .feature img {
      float: left; }
    #content .features .feature .content {
      float: right;
      width: 260px; }
      #content .features .feature .content h3 {
        color: #666;
        margin-bottom: 10px;
        line-height: 1.2; }
      #content .features .feature .content p {
        font-size: 1.25em;
        font-weight: 200;
        line-height: 1.6; }
  #content .features .feature:nth-child(odd) img {
    float: right; }
  #content .features .feature:nth-child(odd) .content {
    float: left;
    text-align: right; }

