/* Id: 7.116.1702515000
 * Generated: 13/12/2023 21:50:21
 */
    li.Loterias,li.Loteriasf {
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    max-width: 250px;
    margin-left: -10px;
    margin-right: auto;
}
.trescolunas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.trescolunas .element-teaser {
  width: 340px;
  max-width: 100%;
  margin: 0 20px;
  padding: 0;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .trescolunas {
    flex-direction: column;
  }
  .trescolunas .element-teaser{
    width: 100%;
    margin: 20px 0;
  }
}

      