.stacks-container{display:flex;justify-content:space-around;width:100%;height:500px;padding-bottom:30px}.stacks-container h3{display:flex;justify-content:center;align-items:center;font-size:22px;color:#f0b477;margin-bottom:25px}.stack-container,.stack-container__logo{display:flex;flex-direction:column;align-items:center}.stack-container__logo{box-shadow:0 1px 3px 3px #f0b477;width:150px;height:150px;border-radius:50%;background-color:#f5f5f5;color:#000;justify-content:center;transition:.4s ease-in-out}.stack-container__logo .logostack{transition:.5s ease-in-out;font-size:35px}.stack-container__logo .hand{transition:.5s ease-in-out;font-size:0}.stack-container__logo:hover{box-shadow:0 14px 18px 0 rgba(0,0,0,.2)}.stack-container__logo:hover .hand{font-size:35px}.stack-container__logo:hover .logostack{font-size:0}.stack-container__logo:active{background-color:#898282}.stack-container__description{width:150px;height:150px}.stack-container__description ul{list-style-type:none;text-align:center;font-size:20px;padding-left:0;margin-left:0;margin-top:25px}.Hidden{visibility:hidden}@media screen and (max-width:768px){.stacks-container{flex-direction:column}.stacks-container h3{width:150px}.stacks-container .stack-container{display:flex;flex-direction:row;align-items:center;margin-bottom:0;padding-bottom:0;height:70px}.stack-container__logo{width:55px;height:55px;margin-left:5px}.stack-container__logo .logostack{font-size:18px}.stack-container__logo:hover .hand{font-size:16px}.stack-container__description{display:flex;flex-direction:column;align-items:center;justify-content:center}.stack-container__description ul{font-size:16px}}