.fake-personal-image {
  color: white;
  font-size: 80px;
  background: linear-gradient(110deg, #ddd, #fdfdfd);
  border-radius: 12px;
  padding-left: 30px;
  padding-top: 50px;
  width: 500px;
  height: 500px;
}
@media (max-width:1199px){
	.big-image {
		display: none !important;
	}
}
