.icon {
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-gradient-pink {
  background: linear-gradient(186deg, #e90000 0%, #ff0071 100%);
  color: #fff !important;
  border: none;
  transition: .2s;
}
.btn-gradient-pink:hover, .btn-gradient-pink:focus {
  filter: brightness(0.97);
  color: #fff !important;
}