.footer {
  clear: both;
  height: auto;
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #141010;
  color: #f4f1f1;
  padding: 1.5rem 0;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
  position: relative;
  bottom: auto;
  width: 100%;
}

.footer-row-divs {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-text-divs {
  display: grid;
  grid-template-rows: 20% 80%;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-text-heading {
  text-align: left;
  color: #e8c547;
  padding-top: 16px;
}

.footer-text-paragraph {
  text-align: left;
  color: #a89f9f;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-footer-internal {
  width: 100%;
  height: 100%;
}

.copytightdiv-containers {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icons {
  font-size: 16px;
  display: inline-block;
  background-color: #c8102e;
  color: #fff;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  border: none;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
}
