/* DataXsys Design System v2.3 — full-color technology marquee */
.technology-logo { opacity: 1; filter: none; }
.technology-logo img { display:block; }
.technology-logo--wordmark { min-width: 8.875rem; }
.technology-logo--wordmark .technology-wordmark { max-width: 8.875rem; max-height: 2.625rem; }
@media (max-width: 640px) {
  .technology-logo--wordmark { min-width: 7.25rem; height: 2.25rem; }
  .technology-logo--wordmark .technology-wordmark { max-width: 7.25rem; max-height: 2.25rem; }
}

.btn-client-website{
display:inline-flex;align-items:center;justify-content:center;
padding:16px 30px;border-radius:999px;
background:#fff!important;color:#111!important;
border:2px solid #fff!important;font-weight:700;
text-decoration:none;transition:all .25s ease}
.btn-client-website:hover{
background:#f2f2f2!important;color:#111!important;
border-color:#f2f2f2!important;
box-shadow:0 10px 24px rgba(0,0,0,.18);
transform:translateY(-2px)}
