.expertise-icon{
  width:64px;
  height:64px;
  border-radius:14px;
  background:#050505;
  display:grid;
  place-items:center;
  margin-bottom:20px;
}
.expertise-svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:#fff;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.expertise-svg circle{
  fill:#fff;
  stroke:none;
}
@media(max-width:640px){
  .expertise-icon{width:58px;height:58px}
  .expertise-svg{width:40px;height:40px}
}
