/* cup winners */

.cup-winners {
    background: url(../png/cuplaurel.png_%3b%20filename_%3dutf-8%27%27cuplaurel2db0.png?versionId=H.mVSKyj4RBv1CqgHN_Wohu1pSgqxOiR) no-repeat top center;
}

.cup-winners,
.cup-winners h3 {
    text-align: center;
}

.cup-winners h3,
.cup-winners h4 {
  padding-top: 70px;
  text-align: center;
}

.cup-winners table {
    color:#004680;
    display: inline-block;
    width: 100%;
  text-align:center;
  vertical-align: top;
}

@media (min-width: 1240px) {
  .cup-winners table {
    width: 49%;
  }
}

.cup-winners tr {
    border-bottom: none;
}

.cup-winners tr:nth-child(odd) {
    background-color: transparent;
}

.cup-winners td {
    padding: 1em;
}

.cup-winners table strong {
    color:#004680;
    text-transform: uppercase;
    font-size: 1.15rem;
}

.cup-winners table p {
    margin: 0;
    padding: 0;
}