.logo-cards{padding-left:14px;padding-right:14px}.logo-cards .aa-content{margin:0 auto;max-width:1440px}.logo-cards .logo-cards__header{display:flex;flex-direction:column;gap:60px;margin-bottom:45px}.logo-cards .logo-cards__header .body-section,.logo-cards .logo-cards__header .title-section{width:100%}@media only screen and (min-width:768px){.logo-cards .logo-cards__header{flex-direction:row;margin-bottom:90px}.logo-cards .logo-cards__header .title-section{max-width:30%}.logo-cards .logo-cards__header .body-section{max-width:70%}}.logo-cards__body{column-gap:51px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,4fr));row-gap:37px}.logo-cards__body .logo-card{align-items:center;background:#fff;box-shadow:0 20px 50px 0 rgba(0,0,0,.1);display:flex;justify-content:center;min-height:225px;padding:70px 32px;position:relative}.logo-cards__body .logo-card .logo{max-width:220px;width:100%}.logo-cards__body .logo-card .logo img{max-width:220px;object-fit:contain;width:100%}.logo-cards__body .logo-card .logo-card-content{background:hsla(0,0%,100%,.95);display:flex;flex-direction:column;gap:20px;height:100%;left:0;opacity:0;padding:26px 33px;position:absolute;top:0;transition:all .3s ease-in-out;visibility:hidden;width:100%;z-index:3}.logo-cards__body .logo-card .logo-card-content .h5{margin-bottom:0}.logo-cards__body .logo-card:hover .logo-card-content{opacity:1;visibility:visible}