/*
Theme Name: Learts Child
Theme URI: https://learts.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0
Template: learts
*/

.payment-badges{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:18px 0 28px;   /* a little space from the footer */
  background:transparent;/* or set a color if you want a band */
  z-index:0;
}
.payment-badges img{
  max-width: min(95vw, 520px); /* scales down on mobile */
  height:auto;
  display:block;
  opacity:0.98;
}
