

.left-content {
  display: flex;
  justify-content: flex-start;
  flex-grow: 3;
}

.right-content {
  display: flex;
  justify-content: space-between;
}

.about-work-img {
  width: 100px;
}



.about-photoframe {
  width: 100%;
  border: solid white 6px;

}


.about-shadow-glow-ixd {
  box-shadow: 0 .5rem 1rem rgba(238, 196, 52, 0.4) !important
}

.about-shadow-glow-wb {
  box-shadow: 0 .5rem 1rem rgba(0, 62, 169, 0.141) !important
}

.about-shadow-glow-gabe {
  box-shadow: 0 .5rem 1rem rgba(244, 123, 32, 0.3) !important
}

.about-shadow-glow-wk {
  box-shadow: 0 .5rem 1rem rgba(1, 106, 145, 0.3) !important
}
/* li:before {
  content: '\1F95E';
  margin-left: -20px;
  margin-right: 10px;
} */


/* ul {
  list-style-type: none;
} */