.brands{background-color:#fff;padding:40px 0 70px;position:relative;overflow:hidden}.brands>.container{z-index:2;position:relative}.brands__content{width:100%}.brands__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.brands__card{aspect-ratio:4/3;background-color:#fff;border:1px solid #d7e0dc;border-radius:10px;justify-content:center;align-items:center;padding:20px;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.brands__card:is(a):hover{border-color:#2fce89;box-shadow:0 4px 12px #00000014}.brands__card:focus-visible{outline-offset:2px;outline:2px solid #2b3538}.brands__logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:58px;display:block}@media only screen and (width>=769px){.brands{padding:50px 0 75px}.brands__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}@media only screen and (width>=1025px){.brands{padding:60px 0 80px}.brands__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.brands__card{padding:28px}.brands__logo{max-width:100%;max-height:80px}}