.property-listing{grid-template-columns:repeat(3,minmax(0,35.5rem));gap:2.4rem;display:grid}.how-it-works{background-color:var(--white);border-radius:1rem;flex-direction:column;gap:4rem;padding:4rem;display:flex}.how-it-works header{text-align:center;flex-direction:column;gap:1.6rem;display:flex}.how-it-works header h3{font-size:var(--size-l);font-weight:var(--font-weight-600)}.how-it-works header p{margin-inline:18%}.how-it-works__cards{flex-shrink:1;justify-content:center;gap:1.6rem;display:flex}.how-it-works__cards div{width:27rem;color:var(--white);background-color:var(--main-red);border-radius:1rem;flex-direction:column;gap:1.7rem;padding-block:4.4rem 7.8rem;padding-inline:2.2rem;display:flex}.how-it-works__cards div h4{font-size:var(--size-m);font-weight:var(--font-weight-500)}.how-it-works__cards div p{font-size:var(--size-xs)}@media (max-width:768px){.property-listing{grid-template-columns:repeat(2,minmax(0,35.5rem));gap:2.4rem 1.6rem}.how-it-works{padding-inline:.8rem}.how-it-works header p{margin-inline:0}.how-it-works__cards{flex-direction:column}.how-it-works__cards div{width:100%}}@media (max-width:576px){.property-listing{grid-template-columns:1fr}}
