.cyber-icon{
  width:64px;
  height:64px;
  border-radius:15px;
  background:#050505;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  box-shadow:0 10px 24px rgba(5,5,5,.10);
}
.cyber-icon svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:#fff;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:640px){
  .cyber-icon{
    width:58px;
    height:58px;
    border-radius:14px;
  }
  .cyber-icon svg{
    width:38px;
    height:38px;
  }
}
