.text {
  width: 100%;
  display: inline-grid;
  font-weight: 400;
  margin-top: 30px;
  line-height: 24px;
  min-height: 255px;
  padding: 32px 24px;
  border-radius: 12px;
  margin-bottom: 48px;
  font-family: Roboto;
  flex-direction: column;
  color: var(--re-silver-4);
  background: var(--re-white);
  font-size: var(--re-font-size-primary);
  box-shadow: 0px 2px 8px var(--re-muted-grey);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.text__description {
  margin-top: 24px;
  font-family: Roboto;
}

.text__pretext {
  color: var(--re-green);
}

.text > p {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.text > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .text {
    border-radius: 8px;
  }
}

@media screen and (max-width: 500px) {
  .text {
    font-weight: 400;
    margin-bottom: 0;
    border-radius: 8px;
    line-height: 20px;
    padding: 24px 16px;
    /* font-size: var(--re-font-size-medium); */
  }
}
