.footer {
  padding-bottom: 0;
}
.footer-copyright .row {
  border: 0;
}
.footer-copyright .row > .col-12 {
  text-align: center !important;
}

.footer-copyright {
  background-color: #f7f7f7;
}
.footer-payment-icons {
  background-color: #f7f7f7;
}

.pay-icons-wrapper {
  padding-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(68, 68, 68, 0.1);
  text-align: center;
}

.pay-icons-wrapper .pay-icons {
  color: #3d7fbf;
  display: inline-flex;
  min-width: 75%;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
}

@supports (-ms-flow-from: thingy) {
  .pay-icons-wrapper .pay-icons {
    justify-content: space-around;
  }
}

.pf.pay-icons__icon {
  padding: 10px;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #3d7fbf;
}

.pf.pay-icons__icon > svg {
  max-width: 8em;
  min-height: 50px;
  max-height: 50px;
}

.pf.pay-icons__icon:hover {
  opacity: 0.7;
}

.pay-icons__icon {
  max-height: 54px;
  padding: 10px 5px;
}

.pay-icons > div {
  width: 25%;
}

.pay-icons img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .pay-icons > div {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .pf.pay-icons__icon > svg {
    max-width: 5em;
    min-height: 30px;
    max-height: 30px;
  }
}

@media (max-width: 380px) {
  .pay-icons > div {
    width: 100%;
  }
}
