.exhibition-items,.exhibition-list{display:flex;flex-wrap:wrap}.exhibition-items{justify-content:space-between;width:100%}.exhibition-item{background-color:#fff;border:1px solid #f4f4f4;border-left:4px solid #00baff;border-radius:3px;box-sizing:border-box;color:#1c1470;flex:0 1 23%;margin-bottom:20px;padding:10px}.exhibition-item:hover{box-shadow:0 0 10px -5px #ccc}@media screen and (max-width:1024px){.exhibition-item{flex:0 1 30%}}@media screen and (max-width:768px){.exhibition-item{flex:0 1 47%}}@media screen and (max-width:480px){.exhibition-item{flex:0 1 100%}}