.apps .row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.apps .row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.apps .featured {
  background: linear-gradient(90deg, #2B1EB0 0%, #2F2888 100%), #3829C9;
  border-radius: 8px;
  color: white;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.apps .featured .row {
  height: 100%;
}
.apps .featured h3 > a {
  color: white;
}
.apps .featured .desc {
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.apps .featured .desc a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding-bottom: 1px;
  text-decoration: none;
  transition: 0.3s all;
}
.apps .featured .desc a:hover {
  border-color: white;
}
.apps .featured .icon {
  width: 80px;
  height: 80px;
}
.apps .featured .icon img {
  width: 100%;
  height: 100%;
}
.apps .featured .cover {
  background-position: center;
  background-size: cover;
}
.apps .app-card {
  align-items: flex-end;
  background-image: url(https://gradients.app/download/70);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: white;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 220px;
}
.apps .app-card h4 {
  color: white;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  z-index: 1;
}
.apps .app-card .icon {
  z-index: 1;
  width: 32px;
  height: 32px;
}
.apps .app-card .icon img {
  width: 100%;
  height: 100%;
}
.apps .app-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  top: 0;
  right: 0;
}

.pr-6 {
  padding-right: 4rem !important;
}

.sites .card {
  border: 0;
  background-color: initial;
}
.sites .card .card-img-top {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.58);
  border-radius: 5px;
  transition: 0.3s all;
}
.sites .card .card-img-top:hover {
  opacity: 0.7;
}
.sites .card .card-body a {
  text-decoration: none !important;
}
.sites .card .card-body a h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: inline;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  transition: 0.3s all;
}
.sites .card .card-body a h5:hover {
  border-color: white;
}

/*# sourceMappingURL=list.css.map */
