.footer hr {
  margin: 30px 0 10px;
}

.footer-logo {
  height: 100px;
}

.footer {
  border-top: 1px solid #dddddd54;
  padding: 20px 0;
}

.footer-pattern {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.border-gray {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
