.features #rs_grupper {
  overflow: hidden;
  max-height: 260px;
  transition: all 1s;
}

.features #rs_grupper.visibles {
  max-height: 5000px;
}

.features .more {
  position: relative;
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #32a3fd;
  cursor: pointer;
  display: block;
}
