div.ui.segment.user-guide-content {
  width: 75%;
  max-width: 846px;
  margin-bottom: 2rem;
  
  div.container {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 1rem;
  
    h2 {
    	font-size: 1.5rem;
    	font-weight: 700;
    	margin: 3rem 0 1rem 0;
    }
    
    h2:first-of-type {
    	margin-top: -0.5rem;
    }
    
    h3 {
    	font-size: 1.125rem;
    }
    
    p {
      font-size: 1.28rem;
    }
    
    img {
    	display: block;
    	margin: 1.125rem 0;
    	width: 100%;
    }
  }
}