.whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.whatsapp-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.whatsapp-icon svg{
  display:block;
  width:100%;
  height:100%;
}

@media (max-width:720px){
  .whatsapp-icon{
    width:22px;
    height:22px;
    flex-basis:22px;
  }
}
