.title {
  font-size: 60px;
  padding-left: 30px;
}
.item {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  margin: 15px;
  padding: 5px;
}
.project-img {
  object-fit: cover;
  opacity: 0.3;
  width: 400px;
  background-image: url(../images/project/project-planner-project.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 250px;
  color: black;
}
.project-img-text {
  position: relative;
  bottom: 35%;
  margin-left: 15px;
  font-size: 20px;
  width: fit-content;
}
.projects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  padding-left: 30px;
}
.btn i {
  padding: 3px;
  width: fit-content;
}
.btn:hover {
  color: black;
}
