.slick-slide {

  height: auto !important;
}

.form-control-input {}

.organ-circle {
  width: 111px;
  height: 113px;
  border-radius: 60%;
  background-color: #fff;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
}

.organ-circle:hover {
  background-color: var(--primary-color);

}

.organ-circle img {
  width: 60px;
  background-color: #fff;
  border-radius: 30px;
}

.organ-circle img:hover {
  transform: scale(1.4);
}

.organ-circle {
  cursor: pointer;
}

