@charset "UTF-8";.tech-brands-section{margin:40px 0 60px 0;text-align:center}.tech-brands-subtitle{color:#666;margin-top:-10px;margin-bottom:30px;font-size:14px;letter-spacing:.5px}.tech-brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tech-brand-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100px;background-color:#fff;border:1px solid #e1e1e1;border-radius:8px;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.02);box-shadow:0 2px 4px rgba(0,0,0,.02)}.tech-brand-card:hover{border-color:#0070d2;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 20px rgba(0,112,210,.15);box-shadow:0 10px 20px rgba(0,112,210,.15)}.tech-brand-logo{color:#333;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:1px}.tech-brand-logo img{max-width:80%;max-height:60px;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.tech-brand-card:hover .tech-brand-logo img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}