#footer--section {
  margin-top: 120px;
  background-color: var(--color-layout);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding: 12px 0px;
}

@media (max-width: 767px) {
  #footer--section {
    margin-top: 110px;
    padding: 25px 0px 10px;
    z-index: 2;
    position: relative;
  }
}

.footer--logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--logo-wrapper h6 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: 3px;
  font-weight: 500;
  margin-top: 3px;
}

.footer--logo {
  width: 100%;
  height: 30px;
  width: 46px;
  object-fit: contain;
}

/* buttons */

.btn--footer {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: var(--color-text);
  font-size: 11px;
  margin-bottom: 0px;
  border: none;
  margin-right: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn--footer:hover, .btn--footer:focus {
  color: var(--color-secondary);
}

.btn--footer:last-of-type {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .footer--logo-wrapper h6 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .footer--logo {
    height: 35px;
    width: 46px;
  }
}

@media (max-width: 767px) {
  .btn--footer {
    font-size: 12px;
  }
}

/* payment */

.footer--payment {
  height: 20px;
  width: auto;
  object-fit: contain;
}

