.services_landing_option {
float: left;
width: 200px;
margin-right: 20px;
}

.last_option {
margin-right: 0px !important;
}

a.services_option_main_button {
background-color: #8EB82E;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #fff;
padding: 10px;
display: block;
float: left;
text-decoration: none;
margin-bottom: 5px;
width: 180px;
}

a.services_option_main_button:hover {
background-color: #567BA7;
}

a.services_option_main_button:hover span.serv_landing_subtitle {
color: white;
}

a.services_option_main_button span.serv_landing_title {
font-weight: bold;
font-size: 22px;
color: white;
line-height: 25px;
display: block;
height: 150px;
}

a.services_option_main_button span.serv_landing_subtitle {
margin-bottom: 0px !important;
width: 100%;
display: block;
color: #fff;
display: block;
height: 35px;
font-weight: bold;
}

.services_landing_option p {
line-height: 15px !important;
font-size: 12px;
color: #444;
}