Size guide

<div class="sg">
  <div class="sg__data">

<div class="sg__figure">
    <img src="PASTE_IMAGE_URL_HERE" alt="Garment measurement diagram">
  </div>
    <h3 class="sg__title"><strong>MEN'S</strong> OVERSIZED TEES</h3>
    <p class="sg__sub"><strong>SIZE</strong> GUIDE</p>

    <table>
      <thead>
        <tr><th>In Inches</th><th>S</th><th>M</th><th>L</th><th>XL</th><th>XXL</th></tr>
      </thead>
      <tbody>
        <tr><td>Chest</td><td>38</td><td>40</td><td>42</td><td>44</td><td>46</td></tr>
        <tr><td>Length</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td></tr>
        <tr><td>Shoulder</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td></tr>
        <tr><td>Sleeve</td><td>8</td><td>8.5</td><td>9</td><td>9.5</td><td>10</td></tr>
      </tbody>
    </table>

    <p class="sg__note">Sizes may vary in the range of +/- 0.5 inches on the <strong>chest</strong>.</p>
    <p class="sg__note">This is an oversized fit. For a regular fit, size down.</p>
  </div>
</div>