.socialmedia {
    display: none;
}
.logo__image {
    max-height: unset;
}
.test_embed {
    background-color: #4a545c;
    padding: 30px 25px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.test_embed p {
    color: #fff;
}
.align-left {
    text-align: left;
    float: left;
}


@media (min-width: 767px) { 
    .location__phone:after{
        content: " (Text Only)";
        font-weight: bold;
    }
    .test_embed .align-left {
        text-align: left;
        float: left;
    }
}