.btn-social {
  width: 60px;
  height: 60px;
  opacity: 0.7;
  transform: scale(0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.btn-social:hover {
  opacity: 1;
  transform: scale(1.1);
}

.btn-toStart {
  width: 70px;
  height: 70px;
  font-size: 55px;
  padding-top: 10px;
  cursor: pointer;
}

.footer-desktop {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.feedback-component {
  height: 30vh !important;
}

.content-projects-cards {
  width: 80vw;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
