.technologies-list__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.technologies-slider{justify-content:center;align-items:center;gap:12px;margin-top:24px;display:none}.arrow{color:#fff;cursor:pointer;background:beige;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;transition:background-color .2s}@media (max-width:768px){.technologies-list__grid{display:none}.technologies-slider{justify-content:center;align-items:center;padding:16px;display:flex;position:relative}.technologies-slider .arrow{color:#fff;cursor:pointer;z-index:2;background:border-box;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;transition:background-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.technologies-slider .arrow.left{left:0}.technologies-slider .arrow.right{right:0}.technologies-slider .technology-card{background:#fff;border-radius:16px;flex:0 0 90%;margin:0 auto;padding:20px;box-shadow:0 4px 12px #00000014}.technologies-slider{margin-bottom:32px}}
