.profile {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: 4px solid #fff;
}

.project-thumbnail {
  float: left;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.projects-section .item {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
}

.projects-section .item:last-child {
  border-bottom: none;
  padding-bottom: none;
}
.main-wrapper .section-title .icon-holder {
  top: -2px;
}

.main-wrapper .section-title .icon-holder .svg-inline--fa{
  margin-top: 8px;
}

.sidebar-wrapper .tagline-2{
  margin-top:7px;
  font-size: 14px;
}