@import url(https://fonts.googleapis.com/css2?family=Dekko&display=swap);.postit-container{width:100%;display:flex;margin:0}.postit-container>div{padding:2em;padding-top:0;flex-wrap:wrap;width:100%;display:flex}.postit-container>div .postit{width:23%;margin:1em 1%;padding:1em;padding-bottom:3.5em;min-height:20vw;position:relative;border-radius:0}@media screen and (max-width:1000px){.postit-container>div .postit{width:48%;margin:1em 1%;min-height:40vw}}@media screen and (max-width:500px){.postit-container>div .postit{width:100%;margin:1em 0;min-height:75vw}}.postit-container>div .postit .text-subtitle-1{margin-top:1em!important;font-family:Dekko,cursive!important;font-size:1.8em!important}.postit-container>div .postit .title{margin-bottom:0}.postit-container>div .postit .v-card__actions{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:flex-end}