



/*why? */
.icon-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e85b2d, #f4791f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.text-secondary {
  color: #aaaaaa !important;
}


@media (max-width: 768px) {
  .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
}

/*------------------------------------------*/

