.recent-blogs{background-color:var(--epcido-background-tertiary)}.recent-blogs .container{padding-block:5rem}.recent-blogs ul{display:grid;gap:2.25rem;grid-auto-columns:1fr}@media (min-width:769px){.recent-blogs ul{grid-template-areas:"a a a" "b c d"}}.recent-blogs li{background-color:var(--epcido-white);border-radius:.625rem;padding:3rem}@media (min-width:769px){.recent-blogs li:first-child{grid-area:a}.recent-blogs li:nth-child(2){grid-area:b}.recent-blogs li:nth-child(3){grid-area:c}.recent-blogs li:nth-child(4){grid-area:d}.recent-blogs li:first-child{padding:5rem 5rem 0}}.recent-blogs li:first-child .tag+time{margin-top:.75rem}.recent-blogs li:first-child .btn__container{margin-top:2.5rem}.recent-blogs li:not(:first-child) .tag+time{margin-top:.375rem}.recent-blogs li:not(:first-child) .btn__container{margin-top:.75rem}.recent-blogs img{border-radius:.5rem;display:block;margin-top:4rem;object-fit:cover;object-position:center;width:100%}@media (max-width:768px){.recent-blogs img{min-height:12.5rem}}@media (min-width:769px){.recent-blogs img{aspect-ratio:1120/400}}.recent-blogs .tag,.recent-blogs time{display:block}.recent-blogs time{color:var(--epcido-text-secondary)}.recent-blogs time+h3{margin-top:.75rem}