#related-posts{display:flex;flex-flow:column;row-gap:50px;width:100%}#related-posts h2{padding:0}#related-posts>.controls{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%}#related-posts>.controls a{text-decoration:none}#related-posts>.items{display:grid;grid-template-columns:1fr;gap:50px;justify-items:center;width:100%;overflow:hidden}@media(min-width:1200px){#related-posts>.items{grid-template-columns:1fr 1fr 1fr}}#related-posts>.items>.item{position:relative;display:block;width:100%;max-width:410px;overflow:hidden;text-decoration:none;border-top-left-radius:15px;border-top-right-radius:15px}#related-posts>.items>.item p,#related-posts>.items>.item span{color:var(--white)}#related-posts>.items>.item .cover{position:relative;width:100%;height:250px}#related-posts>.items>.item .cover img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 25%;object-position:100% 25%}#related-posts>.items>.item .cover p{position:absolute;top:10px;left:15px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:18px;font-size:calc(12px*var(--font-scale))}#related-posts>.items>.item .bottom{box-sizing:border-box;width:100%;max-width:100%;min-height:70px;padding:10px 15px;overflow:hidden;background-color:var(--main-dark);border-bottom-right-radius:15px;border-bottom-left-radius:15px;transition-property:background-color;transition-timing-function:ease-out;transition-duration:.15s}#related-posts>.items>.item .bottom p{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:18px;font-size:calc(11px*var(--font-scale));transition-timing-function:ease-out;transition-duration:.15s;color:var(--white);transition-property:color}@media(min-width:992px){#related-posts>.items>.item .bottom p{font-size:calc(16px*var(--font-scale));line-height:32px}}#related-posts>.items>.item:hover .bottom{background-color:var(--main-light)}#related-posts>.items>.item:hover .bottom p{color:var(--main-dark)}