.fortuna-footer {
  background-color: #161F22;
  padding-top: 64px;
  padding-bottom: 64px;
  color: #E6D7C4;;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400
  line-height: 28px;
}
.fortuna-footer a {
  color: #E6D7C4;;
  text-decoration: none;
}

.fortuna-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 25%;
  border-bottom: 2px solid var(--Colours-Primary, #DDC179);
  transform: scaleX(0);
  transition: transform 0.2s ease;
  transform-origin: left;
}
.fortuna-footer a:hover,
.fortuna-footer a:focus {
  text-decoration: underline;
}

.fortuna-footer .footer-inner {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
}

.fortuna-footer .footer-logo {
  display: flex;
  justify-content: center;
}

.fortuna-footer .footer-logo img {
  width: 180px;
  height: auto;
}
.fortuna-footer .parent-site-logo {
  max-width: 150px;
}

.footer-row {
  display: flex;
  gap: 16px 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer-row--center {
  justify-content: center;
}
.fortuna-footer address {
  font-style: normal;

}
.fortuna-footer .social-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}
.fortuna-footer .footer-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #DDC179;
}

@media (max-width: 991px) {
  .fortuna-footer .footer-inner{
    padding: 0;
  }
  .fortuna-footer .footer-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .footer-row {
    flex-direction: column;
  }
 
  .fortuna-footer .divider {
    display: none !important;
  }
}