.moduleContainer{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.moduleContainer>div{display:flex;flex-direction:column;margin:0 10px;max-width:calc(20% - 20px);min-width:calc(20% - 20px)}.moduleContainer>div:first-child{margin-left:0!important}.moduleContainer>div:last-child{margin-right:0!important}@media screen and (max-width:1025px){.moduleContainer{align-items:stretch!important;justify-content:stretch!important}.moduleContainer>div{max-width:30%}}@media screen and (max-width:480px){.moduleContainer{flex-direction:column!important}.moduleContainer>div{margin-left:0!important;margin-right:0!important;max-width:100%}}