﻿.header-hero-wrapper.page-company   {
    height: 120px;
}

#footer-wrapper {
    margin-top: -70px;
}

.float_right {
    float: right;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

 @media (max-width: 767px) {
        .header-hero-wrapper.page-company   {
            height: 50px;
        }
}    