.footer-text-color {
  color: var(--unnamed-color-005f3c);
}
.footer-color {
  border-color: var(--unnamed-color-005f3c);
}

.footer-text-size {
  font-size: 1em;
}

.footer-logo-holder img {
  height: 80px;
} 
.footer-logo-holder-sub img {
  height: 50px;
  margin-top: 24px;
}

.footer-logo-holder-2 img {
  height: 60px;
}

.footer-text-size i {
  font-size: 20px
}


@media (max-width: 480px) {
  .footer-logo-holder {
    margin-top: 1rem
  }
  .footer-logo-holder img.eu-logo {
    height: 60px;
  }
  .footer-logo-holder img {
    height: 40px;
  }
  .footer-logo-holder .mb-5, .footer-logo-holder-2  {
    margin-bottom: 1rem!important
  }
  .footer-logo-holder-2 {
    margin-top: 1rem
  }
  .footer-logo-holder-2 img {
    margin: 0 .8rem .8rem !important;
    height: 30px
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .footer-logo-holder {
    margin-top: 1rem
  }
  .footer-logo-holder img.eu-logo {
    height: 60px;
  }
  .footer-logo-holder img {
    height: 50px;
  }
  .footer-logo-holder .mb-5, .footer-logo-holder-2  {
    margin-bottom: 1rem!important
  }
  .footer-logo-holder-2 {
    margin-top: 1rem
  }
  .footer-logo-holder-2 img {
    margin: 0 1rem 2rem !important;
    height: 40px
  }
}
@media only screen and (min-width: 576px) and (max-width: 833px) {
  .footer-logo-holder-2 img {
    margin: 0 2rem 2rem 0 !important;
    height: 50px
  }
  .footer-logo-holder-2 > div:nth-child(2) {
    width: auto;
    margin-left: auto
  }
  .footer-logo-holder-2 > div > img:last-child {
    margin-right: 0!important
  }
  .footer-logo-holder > div:first-child {
    margin-bottom: 1rem!important
  }
}
@media only screen and (min-width: 834px) and (max-width: 1112px) {
    .footer-logo-holder-2 img {
      margin: 0 2rem .8rem 0 !important;
      height: 50px
    }
    .footer-logo-holder-2 > div:nth-child(2) {
      width: auto;
      margin-left: auto
    }
    .footer-logo-holder-2 > div > img:last-child {
      margin-right: 0!important
    }
}

@media only screen and (min-width: 1113px) and (max-width: 1919px) {
    .footer-logo-holder-2 img {
      margin: 0 2rem .8rem 0 !important;
      height: 50px
    }
    .footer-logo-holder-2 > div:nth-child(2) {
      width: auto;
      margin-left: auto
    }
    .footer-logo-holder-2 > div > img:last-child {
      margin-right: 0!important
    }
    .footer-logo-holder-2 img {
      height: 50px;
    }
}


