.wrap-customer{justify-content:center;align-items:center;display:flex}.content-customer{grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;margin:4rem 3rem 0;display:grid}@media (min-width:600px){.content-customer{grid-template-columns:repeat(2,1fr)}}@media (min-width:750px){.content-customer{grid-template-columns:repeat(3,1fr)}}@media (min-width:950px){.content-customer{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.content-customer{grid-template-columns:repeat(5,1fr)}}@media (min-width:1350px){.content-customer{grid-template-columns:repeat(6,1fr)}}@media (min-width:1500px){.content-customer{grid-template-columns:repeat(7,1fr)}}@media (min-width:1700px){.content-customer{grid-template-columns:repeat(8,1fr)}}.comp-card{flex-direction:column;justify-content:end;align-items:center;gap:.5rem;display:flex}.comp-logo{width:80px}.comp-name{text-align:center;color:#4b5563;font-size:10px;font-weight:600}.name-menu{z-index:1;background-color:#fff;border:2px dashed #006aff;border-radius:50px;align-items:center;width:auto;height:3rem;padding:0 3.5rem;transition:all .3s ease-in-out;display:flex}.name-menu:hover{cursor:pointer;transform:scale(1.05)}.t-active{background-color:#006aff!important}.t-active .text-m{color:#fff}.t-active h3{color:#fff!important}
