.container-footer {
    background-color: #004899;
    border-radius: 0;
    padding: 1.8rem 0;
}

.container-footer .footer-logo {
    display: inline-block;
    width: 195px;
}

.container-footer .footer-logo img {
}

.container-footer .menu-wrapper {
}

.container-footer .menu-wrapper ul {
}

.container-footer .menu-wrapper li {
}

.container-footer .menu-wrapper a {
    text-transform: none;
    color: #fff;
}

.container-footer .menu-wrapper a:before {
    background: url('/wp-content/themes/hhe/assets/images/icons/arrow.png') no-repeat center;
    width: 6px;
    height: 9px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}

.container-footer .social-wrapper {
}

.container-footer .social-wrapper p {
    color: #fff;
    line-height: normal;
}

.container-footer .social-wrapper a {
}

.container-footer .social-wrapper section {
}

.container-footer .social-wrapper img {
    width: 43px;
}

.container-footer .app-wrapper p {
    color: #fff;
    line-height: normal;
}

.container-footer .app-wrapper a {
}

.container-footer .app-wrapper section {
}

.container-footer .app-wrapper img {
    width: auto;
    object-fit: contain;
}

.container-sub-footer {
    background-color: #676C6E;
    padding: 1rem 0;
    border-radius: 0;
}

.container-sub-footer .footer-sub {
}

.container-sub-footer .footer-sub p {
    color: #fff
}

.container-sub-footer .footer-sub a {
    display: inline-block;
}

.container-sub-footer .footer-sub img {
    height: 35px;
    width: auto
}

.cogora-logo-wrapper {
    text-align: right;
}

.container-footer .border-left:before {
    content: '';
    height: calc(100% - 5px);
    width: 1px;
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .container-footer .app-wrapper p{width: 100% !important ;}
}
@media screen and (max-width: 767px) {
    .cogora-logo-wrapper {
        text-align: left;
    }
    
    .container-footer .border-left:before {
        display: none;
    }
    
    .container-sub-footer .footer-sub p {
        font-size: 0.6rem;
    }
    
    .container-footer .social-wrapper {
        padding: 1rem 0 2rem;
    }
    
    .hope-wrapper {
        padding: 1.6rem 0 0
    }

    .container-sub-footer .footer-sub a {
        margin-top: 0.6rem
    }
}

@media screen and (max-width: 370px) {
    .container-footer .app-wrapper p{
        max-width: 90%;
    }
}