body {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.divider {
  width: 100px;
  height: 3px;
  background-color: #000;
  margin: 1rem auto 2rem auto;
  border-radius: 3px;
}
h2{
  font-size: 2.5rem;
}

.casa-card {
  border: none;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);

}

.text-right {
  text-align: right !important;
}

.two-columns {
  column-count: 2;
  column-gap: 2rem;
}

.two-columns li {
  break-inside: avoid;                
  margin-bottom: 0.5rem;

}

@media (max-width: 768px) {
  .two-columns {
    column-count: 1;
  }
}
         