@import url(../../global.css);

.sec5 .content .proyects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec5 .content .proyects img {
  height: 150px;
  width: 200px;
  margin-bottom: 30px;
}

.sec5 .content .p1 {
  background: linear-gradient(126deg,rgba(30, 21, 66, 1) 0%, rgba(5, 0, 0, 1) 100%);
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 250px;
}

.sec5 .content .p1 #button img {
  height: 20px;
  width: 20px;
  filter: invert(1);
  opacity: 0.7;
}

.sec5 .content .p1 #button p {
  display: flex;
  height: 20px;
  gap: 10px;
}