.torneo-acknowledge {
  padding: 1rem 1rem;
  text-align: center;
  border-top: 1px solid #fb923c;
}

.torneo-acknowledge__icons {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.torneo-acknowledge__icon {
  width: 56px;
  height: 36px;
  object-fit: cover;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.torneo-acknowledge__body {
    /* font-style: italic; */
    line-height: 1.5;
    font-size: .8rem;
    opacity: 0.95;
    color: grey;
}

.torneo-acknowledge__body p {
    line-height: 1.5;
    font-size: .8rem;
    opacity: 0.95;
    color: grey;
}

/* .patreon-acknowledge .torneo-acknowledge__body {
   margin-top: 1rem;  
} */

.patreon-acknowledge .torneo-acknowledge__icon {
  width: 42px;
  height: 42px;
}