
.footer {
  bottom: 0;
  width: 100%;
  padding-top: 60px;
  min-height: 180px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

@media (max-width: 499px) and (min-width: 376px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 375px) {
  .display-4 {
    font-size: 1.5rem;
  }
}
