.dr-footer {
  background-color: #1a1a1a;
  padding: 80px 0;
}
.dr-footer .df-inner-box {
  border-bottom: 1px solid #444;
  margin-bottom: 32px;
}
.dr-footer .df-inner-box .drf-info .drf-logo {
  margin-bottom: 32px;
}
.dr-footer .df-inner-box .drf-info ul {
  gap: 32px;
  row-gap: 20px;
  margin-bottom: 32px;
}
.dr-footer .df-inner-box .drf-info ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.dr-footer .df-copyright ul.socials {
  margin-bottom: 36px;
}
.dr-footer .df-copyright ul.socials img {
  border-radius: unset;
}
.dr-footer .df-copyright p {
  font-size: 16px;
  line-height: 23px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .dr-footer .df-copyright ul.socials {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .dr-footer .df-inner-box .drf-info ul {
    gap: 20px;
  }
}
