.nmbrz-docs {
    font-family: 'Roboto', sans-serif;
}

@media all and (max-width: 767px) {
    .docs-info {
        text-align: center;
    }
}

.docs-logo {
    display: inline-block;
    box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    margin-top: 80px;
}

.docs-name {
    margin-top: 50px;
}

.docs-name h1 {
    color: #000;
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
}

.docs-buttons {
    margin: 50px 0;
}

.docs-buttons a:link, .docs-buttons a:visited {
    display: inline-block;
    background: #000;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}

.docs-buttons a:hover {
    color: #000;
    background: #fff;
    box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.12);
    text-decoration: none;
}

.docs-phone {
    text-align: center;
    margin: 50px 0;
}
