.residences_home {
    background: #0000002b;
    width: 45%;
    float: left;
    padding: 20px;
    text-align: justify;
    color: #4f4f4f;
    margin: 5px;
    height: 170px;
}

.home_title {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #2e4e65;
    text-align: center;
    font-weight: 200;
    letter-spacing: 3px;
}

.home_desc {
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #7c7c7c;
    text-align: justify;
}

.home_desc a{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color: #7c7c7c;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
	letter-spacing: 2px;
}

.home_info{
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #333;
	text-transform: uppercase;
text-align: center;
}
        