.cabinet{padding:40px 0}.cabinet__title{font-size:2rem;margin-bottom:20px}.cabinet__grid{display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1199px){.cabinet__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991px){.cabinet__grid{grid-template-columns:1fr 1fr;justify-content:center}}@media screen and (max-width:640px){.cabinet__grid{grid-template-columns:1fr}}.cabinet__card{background-color:#f3f6fa;border-radius:12px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;height:195px;justify-content:space-between;max-width:406px;opacity:0;padding:20px;transition:background-color .1s ease-in}.cabinet__card:hover{background-color:#e1e7f0}.cabinet__card-title{color:#1854a3;font-size:1rem;font-weight:600;margin-bottom:12px;text-align:left}.cabinet__card-email,.cabinet__card-phone{color:#333;font-weight:400;margin:0;text-align:left!important}.cabinet__card-email a,.cabinet__card-phone a{color:#333;text-decoration:underline}@media screen and (max-width:1350px){.cabinet__card-email,.cabinet__card-phone{font-size:14.5px}}@media screen and (max-width:991px){.cabinet__card-email,.cabinet__card-phone{font-size:16px}}