
.yth-home-categories{max-width:1200px;margin:30px auto 0;padding:0 20px 50px}
.yth-home-categories-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}
.yth-home-categories-head span{font-size:12px;text-transform:uppercase;color:#667085;font-weight:800;letter-spacing:.07em}
.yth-home-categories-head h2{font-size:34px;margin:5px 0 4px}
.yth-home-categories-head p{margin:0;color:#667085}
.yth-home-categories-head>a{font-weight:800;color:#5b4bff;text-decoration:none;white-space:nowrap}
.yth-home-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.yth-home-category-card{display:flex;gap:14px;background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:18px;text-decoration:none!important;color:#101828!important;transition:.18s}
.yth-home-category-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,24,40,.06)}
.yth-home-category-card i{display:grid;place-items:center;width:46px;height:46px;min-width:46px;background:#f2f0ff;border-radius:13px;font-size:22px;font-style:normal}
.yth-home-category-card h3{margin:0 0 5px;font-size:18px}
.yth-home-category-card p{margin:0 0 10px;color:#667085;font-size:13px;line-height:1.5}
.yth-home-category-card span{font-size:11px;font-weight:800;color:#5b4bff}
@media(max-width:900px){.yth-home-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.yth-home-categories-head{flex-direction:column;align-items:flex-start}.yth-home-categories-grid{grid-template-columns:1fr}}
