.footer-2-2.template-erico {
    color: #fff;
    width: 100%;
    position: absolute;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 100;
  }

.footer-2-2.template-erico > .container {
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }

@media (max-width:767px) {
    .footer-2-2.template-erico>.container {
        display: block;
    }
}

.footer-2-2.template-erico:before,
.footer-2-2.template-erico:after {
    content: " ";
    display: table;
}

.faq-2.template-erico .faq-question {
    padding: 0 15px!important;
    background-color: #eacc29 !important;
    margin-bottom: 15px!important;
    position: relative;
    border-radius: 10px!important;
  }

  .table-images.template-hugo .table-images-description {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    color: #eacc29 !important;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .faq-2.template-erico .faq-question .title {
    font-size: 18px;
    line-height: 1.55555556;
    color: #444b56;
    padding: 12px 90px 12px 0!important;
    cursor: pointer;
  }
.footer-2-2.template-erico:after {
    clear: both;
}

.footer-2-2.template-erico .logo {
    display: block;
    float: none;
    width: 163px;
    margin: 0 auto;
    filter: brightness(100);
}

.footer-2-2.template-erico .menu {
    float: right;
    margin-right: -15px;
    margin-left: auto;
    padding-left: 30px;
    text-align: right;
}

.footer-2-2.template-erico .menu a {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    padding: 0 15px;
    margin: 5px 0;
}

.footer-2-2.template-erico .menu a:hover {
    color: #afafaf;
}

.footer-2-2.template-erico .subfooter {
    padding: 30px 0;
    position: relative;
}

.footer-2-2.template-erico small {
    color: #6a7882;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.footer-2-2.template-erico small br {
    display: none;
}

@media (max-width:767px) {

    .footer-2-2.template-erico>.container,
    .footer-2-2.template-erico .subfooter {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-2-2.template-erico h1,
    .footer-2-2.template-erico .logo {
        float: none;
        margin: 0 auto 20px;
    }

    .footer-2-2.template-erico .menu {
        float: none;
        text-align: center;
        margin: 0;
        padding: 0 20px;
    }

    .footer-2-2.template-erico small {
        font-size: 9px;
    }

    .footer-2-2.template-erico .menu a {
        font-size: 11px;
    }
}