﻿/*.HomeServices_Item {
    width:248px;
    height:170px;
    margin-bottom:20px;
    margin-top: 20px;
    cursor: pointer;
    border-width:1px;
    border-style:solid;
    border-color: transparent;
    --background-color: #efefef;--
    z-index:10;
    behavior: url(PIE.htc);
}
.HomeServices_Content_Old {
    height: 200px;
    width: 300px;
    position: relative;
    margin: 8px;
    color: white;
}*/
.HomeServices_Content {
    height: 200px;
    width: 300px;
    position: relative;
    margin: 8px;
    color: white;
    cursor: pointer;
    z-index:10;
    behavior: url(PIE.htc);
}
.HomeServices_Title {
    font-size:18px;
}
/*.HomeServices_Item:hover .HomeServices_Title {
    color: #00ADEF;
    text-decoration: none;
} 
.HomeServices_Item:hover .HomeServices_Description {
    color: #00ADEF;
    text-decoration: none;
}*/ 

.HomeServices_Content:hover .HomeServices_Title {
    color: #00ADEF;
    text-decoration: none;
} 
.HomeServices_Content:hover .HomeServices_Description {
    color: #00ADEF;
    text-decoration: none;
}

.HomeServices_Subtitle {
    font-size:18px;
    color:gray;
}
.HomeServices_Image {
    margin-top:10px;
}
.HomeServices_Description {
    margin-top:10px;
    font-size: 11px;
    text-align: justify;
}
.HomeServices_Content a:link {
    text-decoration: none;
}
