.bg-color {
  min-height: 100vh;
  position: relative;
}

.services-container {
  min-height: 100vh;
  position: relative;
}

footer {
  background: rgba(255, 255, 255);
  position: fixed;
  border: 10px 10px 0 0;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(154, 154, 154, 0.119);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  font-size: 1.05rem;
  min-height: 50px;
  margin-top: 2em;
  color: rgb(41, 41, 47, 0.65);
  transition: all 0.5s ease;
}

footer a {
  text-decoration: none;
  color: rgb(41, 41, 47);
  padding: 0.3em 0.7em;
  margin-inline: 0.3em;
  transition: all 0.3s ease-in-out;
}

footer a:hover {
  color: rgb(41, 41, 47);
  font-size: 1.09rem;
  box-shadow: 1px 1px 1px rgb(204, 204, 204, 0.5);
}

footer a:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  footer {
    background: rgb(107, 117, 125);
    color: #fff;
    font-size: 0.8rem;
  }

  footer a {
    margin-inline: unset;
  }

  footer a:hover {
    font-size: 0.8rem;
  }

  .services-container .services .title {
    font-size: 1.5rem;
  }

  .services {
    margin-top: 0;
    padding: 3rem 0.3rem 2.5rem;
  }
}
