.companies{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.company{background:#fff;border:1px solid #d9ecec;border-radius:22px;padding:26px;text-align:center;transition:.25s}
.company:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(9,40,44,.10);border-color:#b9dddd}
.company-logo{height:105px;display:grid;place-items:center;margin-bottom:10px}
.company-logo img{max-width:180px;max-height:92px;object-fit:contain;filter:none!important;opacity:1!important}
.company:nth-child(4) .company-logo img{max-height:98px}
.company h3{font-size:19px;margin:10px 0 5px}
.company p{color:#5d7477;font-size:13px;margin:0}
@media(max-width:900px){.companies{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.companies{grid-template-columns:1fr}.company{display:grid;grid-template-columns:100px 1fr;text-align:right;column-gap:16px;align-items:center}.company-logo{grid-row:1/3;height:80px;margin:0}.company-logo img{max-width:95px;max-height:72px}.company:nth-child(4) .company-logo img{max-height:76px}.company h3{margin:0}}
