﻿.streetDate {
    padding-top: 10px;
    border-bottom: 1px solid #e3e1e0;
}

.streetDateDescription {
    font-family: Solido_Book;
    font-size: 14px;
    line-height: 18px;
    color: #2c2c2c;
}

@media screen and (max-width: 580px) {
    .streetDate {
        padding: 10px 20px 0 20px; 
    }
}