.homeHighlightsWhiteSectionDiv
{
background-color: white;
width: 33%;
padding-left: 18px;
padding-right: 18px;
padding-top: 1px;
padding-bottom: 25px;
transition:all .3s ease;
float:left;
margin:1px;
}
.homeHighlightsimage{
max-height:180px;
overflow:hidden;
}
.homeHighlightsWhiteSectionDiv:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.homeHighlightsWhiteSectionDiv img
{
}
.homeHighlightsWhiteSectionDiv h1
{
font-size: 29px;
font-weight: 400;
}
.homeHighlightsWhiteSectionDiv p
{
font-size:19px;
}
.homeHighlightsWhiteSectionDiv a
{
font-size: 20px;
font-weight: 400;
}
.homeHighlightsWhiteSectionDiv a span
{
color: #23b150;
font-size: 13px;
vertical-align: text-bottom;
margin-left: 5px;
}
.homeHighlightsTabCategory {
background-color: #23b150;
color: white;
font-size: 15px;
text-transform: uppercase;
padding-left: 20px;
padding-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
margin-left: -5px;
float: left;
margin-top: -15%;
position:relative;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}