.header-landing-top {
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 576px) {
    .contact-top-landing {
        text-align: center;
    }
    .header-landing-top img {
        max-width: 70px;
        height: auto;
    }
    .contact-top-landing p {
        font-size: 14px;
    }
    .contact-top-landing p a {
        display: block;
    }
}
