.s-icon {
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: var(--text-black-900);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  margin-left: 10px;
}
.s-icon i {
  line-height: 35px;
}

.s-icon::after {
  border-radius: 50%;
}
