.custom-post-display-module{display:flex;flex-wrap:wrap;gap:1rem}.custom-post{background:#fff;border-radius:20px;display:flex!important;flex:0 0 32%;flex-direction:column!important;max-width:32%;overflow:hidden;text-align:left;width:100%}.custom-post,.custom-post-image{position:relative}.custom-post-image img{height:250px;max-width:100%;object-fit:cover;width:100%}.custom-post-tags{bottom:20px;display:block;left:50%;margin:0 auto;max-width:430px;position:absolute;text-align:center!important;transform:translate(-50%);width:100%}a.custom-post-tag{background:var(--color-cobalt-blue);border-radius:20px;color:#fff;display:inline-block;font-size:16px;line-height:16px;margin:0 5px;padding:8px 10px;transition:background .3s ease-out}a.custom-post-tag:hover{background:var(--color-mango-orange)}.custom-post-title p.subtitle{color:var(--color-midnight);font-size:var(--font-size-subt);font-weight:700;letter-spacing:-.04em;line-height:1.1em;margin:0 0 1.4rem}.custom-post-info{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:35px 20px}.custom-post-read-more a{color:var(--color-midnight);font-weight:700;transition:color .3s ease-out}.custom-post-read-more a:after,.custom-post-read-more a:hover{color:var(--color-mango-orange)}.custom-post-read-more a:after{content:"+";font-family:monospace;font-weight:700;margin-left:10px}@media(max-width:1140px){.custom-post{flex:0 0 calc(50% - 0.5rem);max-width:calc(50% - .5rem)}}@media(max-width:750px){.custom-post{flex:0 0 100%;max-width:100%}}