.customers-list__text-content{display:flex;flex-direction:column;justify-content:space-between;gap:40px}@media(min-width: 992px){.customers-list__text-content{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:90px}}@media(min-width: 768px){.customers-list__text{width:40%}}.customers-list__card-text{padding:0 5px;text-align:center}.customers-list__customers{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;margin-top:50px}@media(min-width: 600px){.customers-list__customers{grid-template-columns:repeat(4, 1fr);gap:20px}}@media(min-width: 1100px){.customers-list__customers{grid-template-columns:repeat(6, 1fr)}}.customers-list__card{border:1px solid rgba(255,255,255,.5);border-radius:6px;aspect-ratio:2/1;height:100%;width:100%;position:relative}@media(min-width: 768px){.customers-list__card{padding:20px}}.customers-list__card--text{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}.customers-list__logo{height:100%;width:100%;max-width:130px;max-height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);object-fit:contain;padding:8px 12px}