header .row {
  margin-top: 106px;
}
header .row div img {
  border-radius: 10px;
}

main .row .description p {
  color: rgb(202, 202, 202);
}
main .row .description ul {
  margin-top: 28px;
}
main .row .description ul li {
  color: white;
  font-size: 18px;
  margin-top: 8px;
}
main .row .description ul li i {
  transform: rotate(90deg);
  padding-right: 36px;
  vertical-align: -16px;
}
main .row .box {
  background: linear-gradient(#161616, rgb(8, 8, 8));
  border-radius: 12px;
}
main .row .box .info {
  margin-top: 12px;
}
main .row .box .info span {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 600;
}
main .row .box .info p {
  margin-top: 4px;
  font-size: 16px;
  color: rgb(202, 202, 202);
}

.otherProjects {
  padding: 52px 0;
  margin: 0 4%;
  border-top: 1px solid rgb(45, 45, 45);
}
.otherProjects div a {
  color: white;
}
.otherProjects div a:hover {
  color: #c49b66;
}
.otherProjects div a:hover i {
  color: #c49b66 !important;
}
.otherProjects div a i {
  font-size: 18px;
}/*# sourceMappingURL=portfolio.css.map */