._broker_testy{box-sizing:border-box;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:40px auto 0;width:100%}._broker_testy .card{background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:350px;padding:25px}._broker_testy .text{color:#222;font-size:18px;line-height:28px;margin-bottom:25px}._broker_testy .profile{align-items:center;display:flex;gap:15px}._broker_testy .profile img{border-radius:50%;height:60px;object-fit:cover;width:60px}._broker_testy .profile-info{color:#000;font-size:14px;line-height:1.3}._broker_testy .profile-info .name{font-weight:700;margin-bottom:3px}@media (max-width:900px){._broker_testy{grid-template-columns:1fr 1fr}}@media (max-width:600px){._broker_testy{grid-template-columns:1fr}}