 .models {
   padding: 2.5% 0 4% 0;
   text-align: center;
 }

 .models__title {
   font-size: 1em;
 }

 .models__title-txt {
   text-transform: uppercase;
   font-size: 2.5em;
 }

 .models__title-sub {
   font-size: 1em;
 }

 .models__title-txtgreen {
   font-size: 1em;
   color: #709fde;
   margin: 10px auto;
 }

 .models__table {
   width: 55%;
   margin: 0 auto;
 }

 @media screen and (max-width: 1024px) {
   .models__table {
     width: 90%;
   }
 }

 .models__table .prizebox {
   width: 80%;
   margin: auto;
   padding: 0;
   list-style: none;
 }

 @media screen and (max-width: 1600px) {
   .models__table .prizebox {
     width: 100%;
   }
 }

 .models__table .prizebox li {
   margin: 0;
   padding: .8rem 0;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }

 .models__table .prizebox li h3 {
   border-bottom: #709fde solid 1px;
   margin: 3% auto 0;
   color: #000000;
   font-size: 1.3em;
   font-weight: 700;
   padding-bottom: 10px;
 }

 .models__table .prizebox li table {
   display: none;
   width: 100%;
 }

 .models__table .prizebox li table tr {
   background-color: #709fde;
 }

 .models__table .prizebox li table tr:nth-child(1) {
   background-color: #709fde;
 }

 .models__table .prizebox li table tr:nth-child(odd) {
   background-color: #c0d6f4;
 }

 .models__table .prizebox li table tr:nth-child(even) {
   background-color: #d8e9ff;
 }

 .models__table .prizebox li table td {
   width: 50%;
   border: 3px solid white;
   font-size: 1.1em;
   padding: 5px;
   text-align: center;
   vertical-align: middle;
 }

 .models__table .prizebox li table td a {
   color: #3c584f;
 }

 .models__table-title {
   background-color: #709fde;
 }

 .active {
   display: table;
 }

 .model__table {
   display: none;

 }