.grid-container{display:grid;gap:1.5rem;margin-top:4rem;align-items:center;justify-content:center;grid-template-columns:1fr 1fr}.grid-item:first-child{grid-row:1;grid-column:1/span 2}@media screen and (max-width:600px){.grid-container{grid-template-columns:auto}.grid-item:first-child{grid-row:1;grid-column:1}}.grid-item{padding:2rem;text-align:center;background-color:#fff;border-radius:10px;box-shadow:#ccc 2px 5px 9px 0;width:100%;height:100%}.grid-item-image>img{border-radius:10px;width:100%}.grid-item-content{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;height:100%}.grid-item-content-title>h1{font-size:2.5rem;font-weight:700;color:#000}.grid-item-content-text{font-size:1.5rem;font-weight:500;color:#616161}.grid-item-footer{display:flex;width:100%;justify-content:end}.grid-footer-date{font-size:1.2rem;font-weight:400;color:#aaa}.post-container{margin-top:4rem;display:flex;flex-direction:column;gap:2rem}.post-image img{border-radius:10px}.post-content{margin-top:1rem;background:#fff;border-radius:10px;padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.post-content img{border-radius:10px;object-fit:cover;margin:1rem 0}.post-container .post-content>*{color:#616161;font-size:1.5rem}.post-title{text-align:center;line-height:3rem}.post-title>h1{font-size:2.5rem!important;font-weight:700;color:#000!important}.post-content li{list-style:disc inside}.post-content bold{font-weight:700}.post-content .center{text-align:center}.post-content a{color:#ff9800!important}.post-content a:hover{text-decoration:underline}.livedrops>.wrapper>.drops>.drop-id{aspect-ratio:1}html,body{line-height:unset!important}