.ybl-payment-icons-wrapper{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 12px !important;
  margin-bottom: 16px !important;

  @media screen and (max-width: 546px) {
    gap: 10px;
  }
  
  div.icon{
    display: flex;
    align-items: center;

    > img{
      width: 40px;
      height: auto;
    }
  }
}