﻿
.Census .New_Home_RegionsDashboard .Card {
    width: 210px;
    height: 220px;
    margin-top: 10px;
    padding: 10px;
    background-color: #F0F0F0;
    margin-right: 7px;
    display: inline-block;
}

.Census .New_Home_RegionsDashboard .Card:hover {
    transform: scale(1.03);
}

.Census .New_Home_RegionsDashboard .CardTitle {
    font-family: 'GHTF Bold'; 
    margin-top: 0px; 
    text-align: center; 
    font-size: 16px; 
    line-height: 20px; 
    color: #005A8B;
}

.Census .New_Home_RegionsDashboard .CardSubTitle {
    font-family: 'GHTF Medium'; 
    text-align: center; 
    font-size: 14px; 
    color: #005A8B; 
    margin-top: 5px; 
}

@media (max-width: 730px) {

    .Census .New_Home_RegionsDashboard .Card
    {
        width: 225px;
        height: auto;
        min-height: 225px;
    }


}

@media (max-width: 575px) {

    .Census .New_Home_RegionsDashboard .Card
    {
        width: 210px;
    }


}

@media (max-width: 535px) {

    .Census .New_Home_RegionsDashboard .Card
    {
        width: 200px;
    }


}
