.property-contact{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;background:#fff}.contact-list{list-style:none;padding:0;display:grid;gap:18px}.contact-list li{display:flex;gap:14px;align-items:flex-start}.contact-list li>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:#e8f0eb;color:var(--green);font-weight:800}.contact-list b{color:var(--green)}.contact-list p{margin:2px 0;color:var(--muted)}.review-card{align-self:center;background:var(--green);color:#fff;padding:34px;border-radius:8px}.review-card .review-star{font-size:35px;color:#efc779}.review-card h3{font:700 30px 'Playfair Display';margin:8px 0}.review-card p{color:#d0ded8}.review-card a{color:#efc779;font-weight:700}.property-contact-admin{padding:18px 0;border-bottom:1px solid var(--line)}.property-contact-admin:last-child{border-bottom:0}.admin-help{font-size:13px;color:var(--muted)}@media(max-width:820px){.property-contact{grid-template-columns:1fr}.review-card{margin-top:10px}}
