.section.services { background-color: #fafafa; } .services .service { margin-bottom: 50px; position: relative; box-shadow: 0 1px 2px rgba(0,0,0,.07); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.07); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07); background: #fff; transition: all 1s; } .services .service:hover{ box-shadow: 0 1px 20px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 20px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.15); } .services .service a { color: inherit; } .services .service a:hover { text-decoration: none; } .services .service .service-body { margin-left: 100px; padding: 26px 26px 26px 0; } .services .service .service-body:only-child { margin-left: 0px; } .services .service .service-icon { font-family: 'fontawesome'; width: 40px; text-align: center; height: 40px; line-height: 40px; font-size: 40px; position: absolute; top: 50%; margin: -20px 0 0 30px; } .services .service .service-image{ margin-bottom: 20px; } .services .service .service-content { margin: 0 0 10px; } .services .service .service-content p:last-child { margin-bottom: 0; }