<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modulos-warp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 0rem 10rem 5rem 10rem;
}

.modulos-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  /* flex-flow: wrap; */
}

.modulos-item img {
  /* height: 22%; */
  width: 13%;
}

.modlink {
  margin-bottom: 12%;
  width: 5rem;
  height: 2rem;
  background-color: white;
  color: rgba(251, 57, 110, 1);
  text-align: center;
  border-radius: 6px;
  font-size: 0.7rem;
  line-height: 3;
  margin-left: 40%;
}

.modulos-item p {
  padding: 2% 20%;
  margin-bottom: 2%;
  font-size: 1rem;
  font-family: Muli;
  font-weight: 500;
}

/* me tire daqui e coloque no custom  */
div#capa4 {
  display: flex;
  margin: auto;
}
div#capa4 .moduletable &gt; h3 {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
  margin-bottom: 0.5rem;
  padding-top: 4rem;
}

.modulo-title {
  height: 1px;
  width: 8rem;
  background-color: white;
  margin: auto;
  margin-bottom: 2rem;
}
</pre></body></html>