.pagination-container{display:flex;justify-content:center;width:min(100% - 128px,1400px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.pagination-container{width:calc(100% - 64px)}}@media screen and (max-width:599px){.pagination-container{width:calc(100% - 32px);flex-wrap:wrap}}.pagination-wrapper{font-family:var(--expose-font);font-weight:700;display:flex;align-items:center;justify-content:center;margin:20px 0}.pagination-pages{display:flex;align-items:center;margin:0 10px}.pagination-page{position:relative;display:flex;align-items:center;margin:0 15px;color:#172941;opacity:.3;background:rgba(0,0,0,0);cursor:pointer}.pagination-page:not(:last-child):after{content:"";position:absolute;right:-15px;height:15px;width:1px;background-color:#172941}.pagination-page.active{opacity:1}.blog-container{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:96px}@media screen and (min-width:0px)and (max-width:899px){.blog-container{padding-top:64px}}.blog-container{padding-bottom:96px}@media screen and (min-width:0px)and (max-width:899px){.blog-container{padding-bottom:64px}}.blog-container .blog-header{width:min(100% - 128px,1400px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.blog-container .blog-header{width:calc(100% - 64px)}}@media screen and (max-width:599px){.blog-container .blog-header{width:calc(100% - 32px)}}.blog-container .blog-header{text-align:center}.blog-container .blog-header .blog-title{margin-bottom:20px}.blog-container .blog-header .blog-title:after{content:"";display:block;width:100%;height:8px;margin:15px 0;background:url(/images/ohmyresto/wave_blue.svg) no-repeat 50%;background-size:contain}@media screen and (min-width:600px)and (max-width:899px){.blog-container .blog-header .blog-title{font-size:2.5rem}}@media screen and (max-width:599px){.blog-container .blog-header .blog-title{font-size:2rem}}.blog-container .blog-articles{width:min(100% - 128px,1400px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.blog-container .blog-articles{width:calc(100% - 64px)}}@media screen and (max-width:599px){.blog-container .blog-articles{width:calc(100% - 32px)}}.blog-container .blog-articles{padding:16px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media screen and (min-width:900px)and (max-width:1199px){.blog-container .blog-articles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:600px)and (max-width:899px){.blog-container .blog-articles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.blog-container .blog-articles{grid-template-columns:1fr}}