.padding-top-120{
    padding-top: 120px;
}
.card{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: var(--space-l);
    padding: var(--space-l);
    border-radius: 8px;
}
.black-svg{
    filter: invert(100%);
    height: 26px;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-info-wrapper .contact-info {
    width: calc(50% - 32px);
    display: flex;
    align-items: center;
    white-space: nowrap;
}
@media (max-width: 500px){
    .contact-info-wrapper .contact-info {
        width: 100%;
    }
}

@media (min-width: 768px){
    /* default navbar */
    .navbar-black.navbar-default{
        background-color: rgba(0,0,0);
        border-color: transparent;
        /*padding: 50px 0;*/
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
}