.contact-list-wrap {
    padding:30px 0;
    border-bottom:1px solid #b7b8ba;
    font-family: Roboto, sans-serif;
}
@media screen and (min-width: 992px) {
    .contact-list-wrap {
        padding:40px 0;
    }
    .contact-list-wrap:first-child {
        padding-top:0;
    }
}
.contact-list-wrap .contact-title {
    display:inline-block;
    margin-right:10px;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.1em;
    color:#828282;
}
.contact-list-wrap .contact-subtitle {
    display:inline-block;
    font-size:16px;
    font-weight:700;
    color:#00103d;
}

.contact-address {
    line-height:1.87;
    margin: 60px 0 30px;
    font-family: Roboto, sans-serif;
    color:#eee;
    letter-spacing:0.05em;
}
@media screen and (min-width: 768px) {
    .contact-address {
        margin: 80px 0 50px;
    }
}