.section-disc-cup-content{margin-top:20px;color: var(--dark-grey);}
.disc-cup-content{padding:29px 16px 34px;background-repeat:no-repeat;background-size:cover;overflow:auto;border-radius:15px;}
.disc-cup-content::-webkit-scrollbar{height:3px;}
.disc-cup-content::-webkit-scrollbar-track{background:#FBC8CB;}
.disc-cup-content::-webkit-scrollbar-thumb{background:var(--pale-blush);}
.disc-cup-content table{border-spacing:4px 0;position:relative;}
.disc-cup-content thead td{background:#FDE9E9;border-radius:10px 10px 0 0;border-bottom:1px solid #FBC8CB;}
.disc-cup-content thead td h6{color:var(--red-2347);font-size:24px;font-weight:400;line-height:31px;padding:7px 0 2px;}
.disc-cup-content tbody td{border-bottom:1px solid #FBC8CB;background:var(--white);padding:20px 30px;font-size:12px;font-weight:500;line-height:normal;letter-spacing:0.48px;text-transform:uppercase;}
.disc-cup-content tbody td:first-child{background:rgba(255, 255, 255, 0.90);font-size:10px;line-height:20px;letter-spacing:0.8px; font-weight:600;}
.disc-cup-content tbody tr:last-child td{border-radius:0 0 10px 10px;}
@media(min-width:992px){
  .section-disc-cup-content{margin-top:37px;padding:0 40px;}
  .disc-cup-content{padding:114px 100px 61px;}
  .disc-cup-content tbody td{padding:25px 78px;}
  .disc-cup-content tbody td:first-child{font-size:15px;letter-spacing:1.2px;}
}
@media(min-width:1200px){
  .disc-cup-content{padding:114px 160px 61px;}
}
@media(min-width:576px){
  .disc-cup-content table{border-spacing:10px 0;}
}