/**
* 2023 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2023 Danzai Software
*  @license   https://danzai.es  Commercial license
*/

.tspaymenticons-icons {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.tspaymenticons-icons-list {
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .tspaymenticons-icons-list {
    gap: 3.125rem;
    justify-content: center;
    flex-direction: column;
  }
}
