footer {
  background-color: #000;
  color: #fff;
  position: relative;
}

footer a,
footer p {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.solyd-footer {
  margin-bottom: 1.5rem;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.solyd-footer__guardsi-logo,
.solyd-footer__iso-badge {
  height: 44px;
  width: auto;
  max-width: 100%;
}

.solyd-footer__iso-badge {
  height: 44px;
}

.footer__content {
  margin-left: auto;
  margin-right: auto;
  width: 1066px;
}

.footer-title {
  color: #fff;
  font-family: Gruppo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--green-color);
  padding-bottom: 5px;
}

.green-link {
  border-bottom: 3px solid transparent;
  color: #fff;
  font-family: Raleway, sans-serif !important;
  font-size: 16px;
  width: fit-content;
  text-decoration: none;
}

.green-link:hover {
  border-bottom: 3px solid var(--green-color) !important;
  color: #fff;
}

.purple-divider {
  height: 2px;
  background-color: var(--purple-color);
  width: 100%;
}

.social-icons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  margin-top: 2rem;
}

.social-icons button.ui.button {
  align-items: center;
  background-color: var(--purple-color);
  color: #000;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.social-icons button.ui.button:hover {
  background-color: var(--purple-color-hover);
}

.social-icons i.icon {
  color: inherit;
}

.display-flex {
  display: flex !important;
}

.flex-direction-r {
  flex-direction: row;
}

.flex-direction-c {
  flex-direction: column;
}

.align-items-center {
  align-items: center !important;
}

.mr-halfrem {
  margin-right: 0.5rem;
}

.mb-halfrem {
  margin-bottom: 0.5rem;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.font-w-700 {
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .footer__content {
    width: fit-content;
  }
}
