.stacks{max-width:960px;padding:1rem 45px 45px}@media only screen and (max-width:985px){.stacks{padding:8rem 0 0}}.stacksCard-wrapper{width:100%;border-radius:8px;margin-bottom:20px;background-color:#fff}.stacksCard-inner-wrapper-first{margin-top:30px}.stacksCard-inner-wrapper{display:flex;justify-content:space-between;align-items:flex-start;padding:10px;flex-direction:column}@media only screen and (max-width:580px){.stacksCard-inner-wrapper{padding:20px 10px}}.stacksCard-inner-wrapper h3{font-size:1.1rem;font-weight:500;color:#0e0e0e;margin-bottom:10px;margin-left:20px}@media only screen and (max-width:580px){.stacksCard-inner-wrapper h3{margin-left:0}}.stacks--item-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;align-items:baseline;padding:20px;width:100%;grid-row-gap:50px;row-gap:50px}@media only screen and (max-width:768px){.stacks--item-grid{grid-template-columns:repeat(2,1fr);padding-left:0;padding-right:0}}@media only screen and (max-width:580px){.stacks--item-grid{grid-template-columns:repeat(1,1fr)}}.stacks--item-wrapper{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;width:100%;height:auto;border:1px solid transparent;transition:all .3s ease}.stacks--item-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px}.stacks--item-header .stack-logo{width:30%;height:auto;padding:24px;background-color:#e0e0e0;border-radius:8px;object-fit:cover}.stacks--item-header .stack-logo img{width:100%;height:100%;object-fit:cover}.stacks--item-header h4{font-size:1rem;font-weight:400;color:#0e0e0e;margin-left:10px}@media only screen and (max-width:580px){.stacks--item-header h4{max-width:80px}}.stacks--item-content p{font-size:.978rem;font-weight:400;color:#656565}