.__about-me-section {
	text-align: justify;
  border: 1px solid #ccc;                        
  padding: 20px;                        
  margin-bottom: 20px;                         
  border-radius: 5px;            
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

._profile-picture {
	border-radius: 50%;
	width: 14.0625rem;
	aspect-ratio: 1/1;
	margin: 0 auto;
}