@media (min-width: 792px)
{


   .price-col{
      width: auto;
   }

.action-col {
   padding-left: 1rem;
   padding-right: 1rem;
}
.action-col button::before {
   content: 'See Deal'; /* Show "See Deal" text */
   -webkit-mask: none;
   mask: none;
   background: none;
   width: 100%;
   top: 0;   
   left: 0;
   transform: unset;
   height: 100%;   
}
.action-col button {
   padding: 0;
   background: #0067CE;
   color: white;
   height: 28px;
   line-height: 28px;
   width: 68px;
   border-radius: 16px;
}


.section-tickets h3,.section-tickets h4{
   display: block;
} 



}