footer .security {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}

footer .security__img {
  background-color: #fff;
  padding: 2px;
  width: 60px;
}

footer .security__img img {
  width: 100%;
  height: auto;
}

footer .security__text {
  font-size: 12px;
}