
.DLS-bg-dark-pink {
  background-color: #ae095c;
}
.DLS-bg-dark-purple {
  background-color: #470c65;
}
.DLS-bg-light-purple {
  background-color: #4a2f73;
}
.DLS-bg-dark-burgundy {
  background-color: #650c4a;
}

.DLS-bg-light-blue {
  background-color: #0958ae;
}
.DLS-bg-light-gray {
  background-color: #f8f8f8;
}

.DLS-text-dark-gray {
  color: #404040;
}
.DLS-text-dark-purple {
  color: #470c65;
}
.DLS-text-light-purple {
  color: #4a2f73;
}

.DLS-small-icon {
  width: 80px;
}
.DLS-medium-icon {
  width: 100px;
}
.DLS-large-icon {
  width: 120px;
}

.DLS-base-gradient {
  background: linear-gradient(90deg, rgb(9 88 174) 0%, rgb(101 12 74) 99%);
}

a {
  text-decoration: none !important;
}

.DLS-card-container div {
  width: 23%;
  text-align: center;
  border-radius: 7px;
}

.DLS-card-container div img {
  width: 100px;
  margin-bottom: 30px;
}

.DLS-card-container div p {
  color: #470c65;
}

.DLS-border-white-left {
  border-left: 1px solid white;
}

@media (max-width: 992px) {
  .DLS-card-container div {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .DLS-card-container div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .DLS-border-white-left {
    border-left: none;
  }
}
