.circle-plus {
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: var(--theme-primary);
}

.limit-card {
  max-width: 700px;
  width: 100%;
}

.setup-img {
  -o-object-fit: cover;
     object-fit: cover;
}

