/**
* 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
*/

.tscustomerservices-services {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-color: #ffffff;
  padding: 3.125rem;
}
.tscustomerservices-services-items {
  margin-top: 2.5rem;
  justify-content: center;
  gap: 1rem;
}
.tscustomerservices-services-items-item {
  max-width: 250px;
  flex: 1 1 0;
}
.tscustomerservices-services-items-item-title {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .tscustomerservices-services-items {
    gap: 3.125rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
