.container-footer{background-color: #383F52;border-radius: 0;padding: 1.8rem 0;}
.container-footer .footer-logo{display: inline-block;width: 175px;}
.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/cogora/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;}
.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: 1;}
.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: #333;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: 991px){
    .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}
    .container-footer .app-wrapper{padding-top: 2rem;}
}

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