.pm-construction__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pm-construction article{position:relative;background:#fff;border:1px solid rgba(23,27,39,.12);border-radius:16px;padding:1.2rem}.pm-construction__num{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eef1ff;color:#4256ff;font-weight:800}.pm-construction h3{font-size:1rem;margin:.75rem 0}.pm-construction p{color:#667085;line-height:1.5;font-size:.9rem}.pm-construction p strong{display:block;color:#171b27;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}@media(max-width:900px){.pm-construction__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.pm-construction__grid{grid-template-columns:1fr}}