.footer-style {
  padding-bottom: 10px;
  min-height: inherit;
  padding-top: 80px;
}

@media (min-width: 992px) {
  .footer-style {
    padding-bottom: 80px;
    min-height: 30vh;
    padding-top: 80px;
  }
}

.paragraph {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .paragraph {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.hastags {
  color: #aaa !important;
  font-size: 18px;
  text-decoration: none;
}

.hastags:hover {
  color: #ebebe9 !important;
  font-size: 18px;
}

.hastags {
  color: #aaa;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 992px) {
  .hastags {
    font-size: 18px;
  }
}

.hastags:hover {
  color: #ebebe9;
  text-decoration: none;
}

