#ccprices {
  grid-area:ccprices;
  width: 90vw;
  margin:1vw auto;
  background: #B8C1A6;
  position:relative;
  #pot { 
    position:absolute;
    background: transparent url(/assets/minipot-63c595aa1e2c3a2505aec4cfdaf71270e758aa1094738af436be3829ddc471f0.png) no-repeat bottom left;
    z-index:10;
    height: 400px;
    width: 336px;
    overflow: visible;
    top: 67px;
  }
  #title { 
    position:relative;
    z-index:0;
    /*padding-top:1vw;*/
    background:#6D774A;
    height:9vw;
    text-align:center;
  }
  #brief { 
    position:relative;
    z-index:9;
    display:flex;
    justify-content:flex-end;
    align-items:center;

    table {
      margin:2vw 4vw 2vw 0;
      width: 280px;
      font-size:1.75vw;
      td { color:#6E784B; height:4vw;}
      td:last-child { text-align:right;}
    }
    section {
      margin-right:2vw;
    }
    p { font-size:1.5vw;margin-bottom:1.5vw;}
  }
}
