#blog{gap:2rem;padding:4rem 6rem 10rem;margin:0 auto;width:80%;color:white}#blog,#blog #header{display:flex;flex-direction:column;justify-content:center;align-items:center}#blog #header{gap:.5rem;padding:2rem 0 3rem;width:100%;text-align:center}#blog #header>h2{position:relative;width:max-content}#blog #header>h2:first-child{font-size:1.8rem;font-weight:500}#blog #header>h2:nth-child(2){font-size:3.5rem;text-transform:uppercase;letter-spacing:3px}#blog #header>h2:nth-child(3){font-size:1.2rem;font-weight:500}#blog #header>h2:last-of-type:after{content:"";position:absolute;left:50%;bottom:-2rem;transform:translateX(-50%);width:80%;border:.5px solid #379ee8}#blog article{display:flex;flex-direction:column;justify-content:center;gap:2rem;width:100%}#blog article div img{aspect-ratio:16/9;width:100%;height:min-content;object-fit:contain}#blog article .text{display:flex;flex-direction:column;justify-content:center;gap:.5rem;width:100%}#blog article .text h3{font-size:2rem}#blog article .meta{margin-top:-.5rem;font-size:.8rem;font-weight:lighter}#blog article .excerpt{font-size:1.2rem;font-weight:lighter;line-height:1.5}#blog article a.read-more{margin-top:1rem;font-size:1.2rem;color:rgb(250,34,34)}@media (max-width:768px){main#blog{padding:6rem 0}#blog #header>h2:nth-child(2){font-size:2rem}#blog #header>h2:nth-child(3){font-size:1rem}#blog article .text h3{font-size:1.5rem}#blog article .meta{font-size:.7rem}#blog article .excerpt,#blog article a.read-more{font-size:1rem}}