﻿.dwl-icons .icon {
  margin-bottom: 30px;
  text-decoration: none;
}

.dwl-icons .icon .icons .btn.btn-primary:after {
  margin-left: 10px;
}

.dwl-icons .icon .icons.dark.green .btn-primary:after {
  display: none;
}

.dwl-icons a.icon {
  margin-bottom: 30px;
  text-decoration: none;
}

.dwl-icons {
  .light .btn-primary {
    background: var(--waa-green) !important;
    color: white !important;
    border: 0.094rem solid transparent !important;
  }

  .light:hover .btn-primary {
    background: #372e2b !important;
  }

  .dark .btn-primary {
    background: white !important;
    color: var(--waa-green) !important;
    border: 0.094rem solid transparent !important;
  }
  .dark:hover .btn-primary {
    background: var(--waa-yellow) !important;
    color: var(--waa-green) !important;
  }
}

.dwl-icons .icons {
  position: relative;
  border-radius: 32px;
  padding: 32px;
  position: relative;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.dwl-icons .icons i {
  display: block;
  font-size: 50px;
  margin-left: -5px;
  line-height: 50px;
}

.dwl-icons .icons p {
  margin-bottom: 50px;
}

.dwl-icons .icons span.title {
  font-weight: var(--waa-font-bold);
  font-size: 24px;
  padding: 8px 0px 12px 0px;
  display: block;
  text-decoration: none;
  color: #372e2b;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

.dwl-icons .icons.dark span.title {
  text-decoration: none;
  color: #ffffff;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

.dwl-icons .icons.dark.yellow-icon span.title {
  color: #ffffff;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

.dwl-icons .icons.green-icon i {
  color: var(--waa-green) !important;
}
.dwl-icons p {
  font-weight: 500;
}
.dwl-icons .icons.no-arrow span.title:after {
  content: none;
}

.dwl-icons .icons.waa-yellow i {
  color: white;
}

.dwl-icons .icons.yellow-icon i,
.dwl-icons .icons.waa-yellow i {
  color: white !important;
}

.dwl-icons a.icon:hover {
  text-decoration: none;
}

.dwl-icons a.icon:hover .title {
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  .dwl-icons .icon {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .dwl-icons .icons {
    position: relative;
  }
}
