main{padding:5rem 0}h1{font-size:8rem;line-height:1.1;margin-bottom:0;color:var(--accent)}h2{font-size:4rem}section+section{margin-top:5rem}.case h2{margin-bottom:3rem}@media (max-width:1200px){main{padding:5vw 0}h1{font-size:8vw}h2{font-size:4vw}section+section{margin-top:5vw}.case h2{margin-bottom:3vw}}@media (max-width:992px){h1{font-size:9vw}h2{font-size:5vw}section+section{margin-top:6vw}}@media (max-width:768px){.project__tags{width:100%}}@media (max-width:640px){h2{font-size:7vw}section+section{margin-top:8vw}.project__tags{width:100%}}.step{margin-bottom:2.5rem}.step__num{font-family:var(--font-accent);font-size:3rem;color:var(--accent);float:left;margin:0 2rem 3rem 0;clear:both}.step__title{font-size:2.5rem}@media (max-width:1200px){.step{margin-bottom:2.5vw}.step__num{font-size:3vw;margin:0 2vw 2vw 0}.step__title{font-size:2.5vw}}@media (max-width:992px){.step__num{font-size:4vw;margin:0 3vw 9vw 0}.step__title{font-size:4vw}}@media (max-width:640px){.step{margin-bottom:6vw}.step__num{font-size:10vw;margin:0 4vw 37vw 0}.step__title{font-size:6vw}}.gallery{overflow:hidden;position:relative;padding-bottom:60px;clear:both}.gallery__container{display:flex;width:5600px;transition:transform .5s ease-in-out;height:700px}.case-gallery h2{text-align:center}.gallery__image{flex:1 1 100%;max-width:1400px;text-align:center;padding-bottom:0;border-bottom:0;object-fit:contain;background-position:center}.gallery__left,.gallery__right{width:40px;height:40px;background:url(/wp-content/themes/pensativa-typografy/assets/img/arrow.svg) no-repeat center/contain;position:absolute;bottom:0;transition:.3s;left:6%;z-index:3;border:3px solid transparent;border-radius:8px;cursor:pointer}.gallery__left{rotate:180deg}.gallery__right{left:auto;right:6%}.gallery__left:hover,.gallery__right:hover{border-color:var(--accent)}.gallery__dots{display:flex;gap:20px;position:absolute;width:calc(85% - 64px);bottom:18px;left:50%;transform:translate(-50%)}.gallery__dot{flex:1;width:auto;height:2px;border-radius:1px;background:var(--gray);position:relative;transition:.3s;transform-origin:left;cursor:pointer}.gallery__dot.active:after{content:"";width:100%;height:4px;background:var(--accent);position:absolute;top:50%;left:0;transform:translateY(-50%);transition:width 8s}.gallery__dot.animate:after{animation:resizeWidth 8s linear forwards}@keyframes resizeWidth{0%{width:0}to{width:100%}}@media (max-width:1200px){.gallery__container{width:400vw;height:70vh}.gallery__image{max-width:100%}.gallery__left,.gallery__right{width:4vw;height:4vw;bottom:-.6%}.gallery__dots{gap:1vw;width:calc(85% - 6vw);bottom:1.6vw}.gallery{padding-bottom:6vw}}@media (max-width:768px){.gallery__container{height:60vw}.gallery__left,.gallery__right{width:8vw;height:8vw;bottom:-2%;left:0}.gallery__right{right:0;left:auto}.gallery__dots{bottom:2.6vw}}