.list-services {
  margin-bottom: 30px;
}
.list-services ul  {
	margin-left: 30px;
	margin-bottom: 30px;
}
.list-services li {
  font-weight: 400;
	margin: 10px 0 10px 15px;      
}
.list-services > li {
  font-weight: 600;
  margin: 10px 0 20px 15px;  
  color: #333;  
  font-size: 16px;
}   
.framed-pic {
  margin: 30px auto;
  border: 8px solid white;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
  transform: rotate(-2deg);
  width:600px;
  max-width: 70%;
}
.small-pic {
  width: 400px;
  max-width: 50%;
}
.media-body {
  overflow: visible !important;
}
@media screen and (max-width: 500px) {
	.list-services {
		margin-left: 0;
	}
  .framed-pic {
    border: 5px solid white; 
    max-width: 100%;       
  }
  .small-pic {
    width: 85%;
    max-width: initial;
    margin-bottom: 50px;      
  }
}