.ep-footer-link2:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--bs-light) !important;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in;
}

.ep-footer-link:hover:after, .ep-menu-link:hover:after, .ep-footer-link2:hover:after, .ep-related-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease-out;
}

.ep-logo-footer {
  fill: var(--bs-secondary) !important;
  width: 30% !important;
  height: auto;
  /*padding-bottom: 25px;*/
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ep-logo-footer {
    fill: var(--bs-secondary) !important;
    width: 50% !important;
    height: auto;
    /*padding-bottom: 25px;*/
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ep-logo-footer {
    fill: var(--bs-secondary) !important;
    width: 56% !important;
    height: auto;
    /*padding-bottom: 25px;*/
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ep-logo-footer {
    fill: var(--bs-secondary) !important;
    width: 50% !important;
    height: auto;
    /*padding-bottom: 25px;*/
  }
}

.aaalogo {
  width: 100px;
  fill: var(--bs-light);
}

