@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.fade-in-effect{will-change:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-effect{opacity:0;animation:fadeIn .5s ease-in;animation-fill-mode:forwards;animation-duration:.5s}*,:after,:before{padding:0;margin:0}body,html{width:100}body{box-sizing:border-box}*,:after,:before,body,body:after,body:before,html,html:after,html:before{font-family:Roboto,Helvetica,Arial,sans-serif}html{font-size:62.5%}body{font-size:2rem;color:#fff;background-color:#191919}.project-card{color:#fff;text-decoration:none;position:relative;display:flex;align-items:center;justify-content:center;width:30rem;height:52.5rem;background-color:transparent;box-shadow:none;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,border-radius .3s ease-in-out}.project-card:hover{background-color:hsla(0,0%,100%,.3);box-shadow:0 0 25px 35px hsla(0,0%,100%,.3);border-radius:50px}.project-card__title{display:flex;align-items:center;height:4.6rem}.project-card__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;position:absolute;height:22rem;width:20rem;top:55%;left:47%;transform:translate(-50%,-50%);z-index:4;border-radius:.5rem}.project-card__img>img{object-fit:cover}.project-card__upper{height:30rem;width:24rem;background-color:#fff;position:absolute;z-index:3;top:0;left:2rem;right:2.3rem;display:flex;flex-direction:column;margin:0 auto;border-radius:1rem;box-shadow:4px 4px 8px rgba(0,0,0,.25),-4px 0 8px rgba(0,0,0,.25)}.project-card__upper>div{margin-top:.8rem;margin-left:.8rem;z-index:4}.project-card__upper:before{content:"";background:#185918;position:absolute;z-index:3;top:0;height:16.2rem;width:24rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.project-card__lower{color:#000;position:absolute;bottom:0;height:40rem;width:30rem;background-color:#fff;border-radius:1rem}.project-card__details{display:grid;grid-template-rows:repeat(3,1fr);align-items:center;margin-top:16rem;padding:4rem;height:45%}.project-card__details>div:last-child{color:#185918;font-size:1.6rem;font-weight:600}.project-card__name{font-size:1.6rem}.project-card__desc{font-size:2.4rem}.page-hero{position:relative;display:flex;flex-direction:row;gap:2.4rem;background:linear-gradient(270deg,#000,#185918 75%);height:60rem}.page-hero>img{width:80rem;height:60rem}.page-hero__details{display:flex;flex-direction:column;gap:2rem;width:60rem;height:38rem;margin:auto}.page-hero__title{font-size:4.8rem;color:#ffde59}.page-hero__item{font-size:2.4rem}.page-hero__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;height:60rem;width:80rem}.page-hero__img>img{object-fit:cover}.contact-form{display:flex;flex-direction:column;align-items:center;padding-top:8rem;padding-bottom:8rem;background-color:#051205}.contact-form__headline{font-size:4.2rem;color:#ffde59;-webkit-text-decoration:underline #185918;text-decoration:underline #185918;text-underline-offset:1rem;margin-bottom:4.4rem}.contact-form-main{display:flex;flex-flow:row wrap;gap:1.5rem;width:100rem;height:43rem;background-color:#0a240a;border-radius:1rem;padding:2.4rem}.contact-form-main__field{display:flex;flex-direction:column;width:46rem}.contact-form-main__field-msg{display:flex;flex-direction:column;height:12rem;width:95rem}.contact-form-main__field-msg>textarea{resize:none}.contact-form-main__labels{display:flex;align-items:center;justify-content:space-between}.contact-form-main__title{color:#ffde59}.contact-form-main__error{color:red}.contact-form-main__input{color:#fff;font-size:2rem;height:100%;padding:.8rem 1.2rem;background-color:#0a240a;border:.1rem solid #000}.contact-form-main__input::placeholder{color:#aaa}.contact-form-main__input>option{color:#fff;font-size:1.6rem}.contact-form-main__input:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:inset 0 0 10px 50px #0b270b}.contact-form-main__input:autofill{-webkit-text-fill-color:#fff;box-shadow:inset 0 0 10px 50px #0b270b}.contact-form-main__btn{font-size:2rem;color:#fff;background:#185918;width:25rem;height:5.2rem;padding:1.4rem 4.65rem;margin:auto;gap:1rem;border:2px solid #185918;border-radius:1rem;pointer-events:all;cursor:pointer;transition:background-color .3s ease-in-out,border .3s ease-in-out}.contact-form-main__btn:hover{background-color:transparent}.contact-form-main__btn--disabled{background-color:#333;border:1px solid #333;pointer-events:none;cursor:none}.main-link{font-size:2rem;text-decoration:none;color:#fff;background-color:#185918;height:4rem;width:-moz-fit-content;width:fit-content;padding:0 1rem;border:1px solid transparent;border-radius:5rem;transition:all .25s}.main-link:active,.main-link:hover{border:1px solid transparent;background-color:#144414}.main-link:hover{color:#aaa}.main-link:active{color:#777}.main-button{font-size:2rem;text-decoration:none;color:#fff;background-color:#185918;height:4rem;width:10rem;padding:0 1rem;border:1px solid transparent;border-radius:5rem;transition:all .25s}.main-button:active,.main-button:hover{border:1px solid transparent;background-color:#144414}.main-button:hover{color:#aaa}.main-button:active{color:#777}.calendly__fixed{position:fixed;right:2.5rem;bottom:2.5rem}.calendly__btn,.calendly__btn--hero{font-size:2rem;text-decoration:none;color:#fff;background-color:#185918;height:4rem;width:-moz-fit-content;width:fit-content;padding:0 4.65rem;border:2px solid #185918;border-radius:1rem;transition:background-color .3s ease-in-out;cursor:pointer}.calendly__btn--hero:active,.calendly__btn--hero:hover,.calendly__btn:active,.calendly__btn:hover{background-color:transparent;color:#fff}.calendly__btn--hero{height:10rem;padding:3rem;margin-top:auto;font-size:3.2rem}.nav{display:flex;justify-content:center;align-items:center}.nav-top{background-color:rgba(25,25,25,.75);position:fixed;top:1rem;width:95%;z-index:100;font-size:1.6rem;padding:.2rem 1.6rem;display:flex;justify-content:space-between;border:.1rem solid #191919;border-radius:5rem}@media screen and (max-width:375px){.nav-top{width:90%}}@media screen and (max-width:320px){.nav-top{width:85%}}.nav-top__logo{cursor:pointer;display:flex;align-items:center;transition:all .25s}.nav-top__logo:hover{opacity:.8}.nav-top__logo-container{display:flex;align-items:center;justify-content:center;gap:.75rem;transform:translate(-1.4rem,-.06rem)}.nav-top__logo-image{display:grid;width:3rem;height:3rem}.nav-top__logo-text{font-weight:400;font-style:italic}.nav-top__pages,.nav-top__right{display:flex;justify-content:center;align-items:center}.nav-top__pages{gap:2rem}.nav-top__btn{font-weight:300;cursor:pointer;transition:all .25s}.nav-top__btn:active,.nav-top__btn:hover{color:#aaa}.nav-top__btn--active{font-weight:300;-webkit-text-decoration:underline solid #0caa0c;text-decoration:underline solid #0caa0c;text-underline-position:under}.footer{background-color:#0a240a}.footer__container{max-width:1200px;margin-inline:auto;width:100%;color:#fff;font-size:2rem;font-weight:100;display:flex;justify-content:space-between;align-items:center;padding:1rem}@media screen and (max-width:1440px){.footer__container{max-width:1000px}}.footer-right{display:flex;flex-direction:row;align-items:center;gap:4.7rem}.footer-right__nav-links{display:flex;gap:inherit}.footer-right__nav-links>a{text-decoration:none;color:#fff}.footer-right__nav-links>a:hover{-webkit-text-decoration:underline #ffde59;text-decoration:underline #ffde59}.header{background-color:#0a240a}.header__container{max-width:1200px;margin-inline:auto;width:100%;color:#fff;font-size:2rem;font-weight:100;display:flex;justify-content:space-between;align-items:center;height:8rem}@media screen and (max-width:1440px){.header__container{max-width:1000px}}.header-left{display:flex;flex-direction:row;align-items:center;gap:1.2rem}.header-left>img{width:5.2rem;height:5.2rem}.header-left__title{text-decoration:none;color:#fff;font-size:4rem;line-height:4.8rem}.header-right{display:flex;flex-direction:row;align-items:center;gap:4.7rem}.header-right__nav-links{display:flex;gap:inherit}.header-right__nav-links>a{color:#fff;-webkit-text-decoration:underline transparent;text-decoration:underline transparent;transition:-webkit-text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out,-webkit-text-decoration .3s ease-in-out}.header-right__nav-links>a:hover{-webkit-text-decoration:underline #ffde59;text-decoration:underline #ffde59}.approach{display:flex;flex-direction:column;align-items:center;padding:8rem 0;gap:8rem;background-color:#051205}.approach__title{font-size:4rem;color:#ffde59;font-weight:700;-webkit-text-decoration:underline #185918;text-decoration:underline #185918;text-underline-offset:1rem}.approach__cards{display:flex;flex-flow:row wrap;width:120rem;gap:15rem}.approach__card{display:flex;flex-direction:column;text-align:center;align-items:center;gap:2rem;width:30rem;min-height:30rem}.approach__card>h2{color:#ffde59;font-size:4rem}.approach__card>p{font-size:2rem;line-height:2.4rem}.home{width:100%}.home-hero{background:linear-gradient(180deg,#185318,#000);color:#fff;height:60rem;display:flex;gap:5rem}.home-hero__left{display:flex;flex-direction:column;height:26rem;margin:auto 0 auto auto}.home-hero__right{display:flex;flex-direction:column;height:31rem;width:36rem;margin:auto auto auto 0;border-left:.5rem solid #fff}.home-hero__title{font-size:4.8rem}.home-hero__title>p{font-weight:700}.home-hero__fine{font-size:1.6rem}.home-hero__bullets{justify-content:space-between;height:100%;margin-left:4rem;font-size:3.2rem;font-weight:400;line-height:3.9rem}.home-hero__bullets,.home-reasons{display:flex;flex-direction:column}.home-reasons{background-color:#000;position:relative;align-items:center;padding-top:9rem;padding-bottom:6rem}.home-reasons__divider{position:absolute;left:50%;transform:translateX(-50%);height:2px;width:120rem;background:#ffde59}.home-reasons__divider:first-child{top:0}.home-reasons__divider:last-child{bottom:0}.home-reasons__title{color:#ffde59;font-size:4rem;font-weight:700;line-height:4.8rem;-webkit-text-decoration:underline #185918;text-decoration:underline #185918;text-underline-offset:1rem;margin-bottom:7rem}.home-reasons__item{margin:2rem auto;font-size:2.4rem}.home-services{position:relative}.home-services__background>span{height:100%!important;display:block!important}.home-services__container{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(0deg,#0f0f0f,transparent)}.home-services__title{color:#fff;text-align:center;font-weight:300,bold;font-size:8rem;text-shadow:0 0 1rem #191919,0 0 .2rem #191919;background:linear-gradient(180deg,#191919,transparent);padding-top:3%;padding-bottom:4%}@media screen and (max-width:280px){.home-services__title{font-size:7rem}}@media screen and (max-width:220px){.home-services__title{font-size:6rem}}@media screen and (max-width:375px){.home-services__title{padding-bottom:0}}.home-services__cards{color:#fff;font-weight:500;font-size:4rem;text-shadow:0 0 1rem #191919,0 0 .2rem #191919;display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;align-items:center;height:75%}@media screen and (max-width:375px){.home-services__cards{display:flex;flex-flow:column nowrap;padding-top:1.5rem;grid-template-columns:1fr;grid-template-rows:repeat(3,10rem)}}@media screen and (max-width:320px){.home-services__cards{display:flex;flex-flow:column nowrap;padding-top:1.5rem;font-size:3rem;grid-template-columns:1fr;grid-template-rows:repeat(3,9rem)}}@media screen and (max-width:280px){.home-services__cards{display:flex;flex-flow:column nowrap;padding-top:1.5rem;grid-template-columns:1fr;grid-template-rows:repeat(3,8rem)}}@media screen and (max-width:220px){.home-services__cards{grid-template-columns:1fr;grid-template-rows:5rem 5rem 5rem}}.home-services__card{text-align:center;box-sizing:border-box;max-width:75%;display:flex;justify-content:center;flex-flow:column}@media screen and (max-width:375px){.home-services__card{margin:2rem 0}}@media screen and (max-width:320px){.home-services__card{margin:1.75rem 0}}@media screen and (max-width:280px){.home-services__card{margin:1.5rem 0}}@media screen and (max-width:220px){.home-services__card{margin:1rem 0}}.home-services__card-info{text-align:center;font-size:2.5rem;font-weight:300;padding-top:1.5rem}@media screen and (max-width:375px){.home-services__card-info{padding-top:.5rem;display:none}}.home-projects{background-color:#000;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:9rem;padding:8rem 0}.home-projects__title{color:#ffde59;font-size:4rem;-webkit-text-decoration:underline #185918;text-decoration:underline #185918;text-underline-offset:1rem}.home-projects__list{display:flex;align-items:center;justify-content:center;gap:9rem}.home-projects__cards{display:flex;flex-direction:row;gap:15rem;margin:0 20rem}.home-projects__link{font-size:3rem;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:2rem 4rem;background-color:#185918;border:2px solid #185918;border-radius:10px;transition:background-color .3s ease-in-out}.home-projects__link:hover{background-color:transparent}.home-project-card{width:30rem;height:52.5rem;display:flex;align-items:center;position:relative}.home-project-card__upper{position:relative;flex-shrink:0;width:100%;overflow:hidden;height:30rem;width:25.5rem;background-color:#fff;position:absolute;z-index:3;top:0;right:2.3rem;display:flex;flex-direction:column;margin:0 auto;border-radius:1rem;box-shadow:4px 4px 8px rgba(0,0,0,.25),-4px 0 8px rgba(0,0,0,.25)}.home-project-card__upper>img{object-fit:cover}.home-project-card__upper>div{margin-top:.8rem;margin-left:.8rem;z-index:4}.home-project-card__upper:before{content:"";background:#185918;position:absolute;z-index:3;top:0;height:16.2rem;width:25.5rem;border-radius:.5rem}.home-project-card__upper>img{position:absolute;height:20rem;width:20rem;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;border-radius:.5rem}.home-project-card__lower{background-color:#fff;position:absolute;bottom:0;height:40rem;width:30rem;border-radius:1rem}.home-project-card__details{display:flex;flex-direction:column;gap:2rem;margin:22.6rem 2.25rem .9rem}.home-project-card__details>a{text-decoration:none;color:#007acc;font-size:1.6rem}.home-project-card__info{color:#000;font-size:2.4rem}.home-project-card__tech{color:#000;opacity:80%;font-size:1.8rem}.about-hero{position:relative;display:flex;flex-direction:row;gap:2.4rem;background:linear-gradient(270deg,#000,#185918 75%);height:60rem}.about-hero>img{width:80rem;height:60rem}.about-hero__details{display:flex;flex-direction:column;gap:2rem;width:60rem;height:38rem;margin:auto}.about-hero__details-title{font-size:4.8rem;color:#ffde59}.about-hero__details-item{font-size:2.4rem}.about-hero__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;height:60rem;width:80rem}.about-hero__img>img{object-fit:cover}.about-why{position:relative;display:flex;flex-direction:column;width:100%;padding-bottom:6rem;background-color:#000}.about-why__container{max-width:1600px;margin-inline:auto;width:100%}.about-why__divider{position:absolute;left:50%;transform:translateX(-50%);height:2px;width:120rem;background:#ffde59}.about-why__divider:first-child{top:0}.about-why__divider:last-child{bottom:0}.about-why__title{font-size:4.8rem;color:#ffde59;margin:9rem 0;text-align:center;-webkit-text-decoration:underline #185918;text-decoration:underline #185918;text-underline-offset:1rem}.about-why__cards{display:flex;flex-direction:column;gap:4rem}.about-why-card{display:flex;align-items:center;justify-content:space-between;width:100%}.about-why-card:nth-child(2n){flex-direction:row-reverse}.about-why-card__side{display:flex;align-items:center;flex-direction:column;width:100%}.about-why-card__svg{filter:invert(1)}.about-why-card__title{font-size:4.8rem;margin-top:2rem;margin-bottom:1.2rem}.about-why-card__details{text-align:center;font-size:2.4rem;width:50rem}.about-why-card__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;width:70rem;height:60rem}.about-why-card__img>img{object-fit:cover}.project{background-color:#000}.project__title{color:#ff0;font-size:4rem;font-weight:700;padding:1rem;border-bottom:.4rem solid green}.project__divider{position:absolute;left:50%;transform:translateX(-50%);height:2px;width:120rem;background:#ffde59}.project__divider:first-child{top:0}.project__divider:last-child{bottom:0}.project-hero{display:flex;height:60rem;background:linear-gradient(0deg,#000,#185918 75%)}.project-hero__container{max-width:1200px;margin-inline:auto;width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1440px){.project-hero__container{max-width:1000px}}.project-hero__details{display:flex;flex-direction:column;gap:2rem;border-right:4px solid #fff;width:50rem;height:auto;padding-right:4rem}.project-hero__title{font-size:4.8rem;color:#ffde59}.project-hero__item{font-size:2.4rem}.project-hero__logo{position:relative;flex-shrink:0;width:100%;overflow:hidden;height:15rem;width:25rem}.project-hero__logo>img{object-fit:cover}.project-hero__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;margin:2rem 0}.project-hero__img>img{object-fit:cover}.project-hero__action{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.6rem}.project-hero__prompt{font-size:4.8rem}.project-hero__prompt>div:nth-child(3){font-size:1.6rem;margin-top:2rem}.project-hero__button{font-size:3.2rem;text-decoration:none;color:#fff;background-color:#185918;display:flex;justify-content:center;align-items:center;width:40rem;height:10rem;padding:0 3rem;border:.2rem solid #185918;border-radius:1rem;transition:background-color .25s;cursor:pointer}.project-hero__button:active,.project-hero__button:hover{background-color:transparent;color:#fff}.project-summary{max-width:1200px;margin-inline:auto;width:100%;position:relative;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:8rem;padding:8rem 0}@media screen and (max-width:1440px){.project-summary{max-width:1000px}}.project-summary__title{color:#ff0;font-size:4rem;font-weight:700;padding:1rem;border-bottom:.4rem solid green}.project-summary-details{color:#fff;font-size:2.4rem;display:flex;flex-flow:column;gap:4rem;padding-inline:20rem}.project-summary-details__detail>span{color:#ff0}.project-before-and-after{gap:8rem;padding:8rem 0;background-color:#051205}.project-before-and-after,.project-before-and-after__imgs{display:flex;flex-flow:column;justify-content:center;align-items:center}.project-before-and-after__imgs{color:#ff0;font-size:4rem;font-weight:700;gap:1.6rem}.project-before-and-after__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;width:60rem;height:50rem}.project-before-and-after__img>img{object-fit:cover}.project-before-and-after-preview{max-width:1200px;margin-inline:auto;width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1440px){.project-before-and-after-preview{max-width:1000px}}.project-before-and-after-preview__container{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:1.6rem}.project-before-and-after-preview__title{color:#ff0;font-size:4rem;font-weight:700}.project-before-and-after-preview__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;width:56rem;height:56rem}.project-before-and-after-preview__img>img{object-fit:cover}.project-leadership{position:relative;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:8rem;padding:8rem 0;background-color:#051205}.project-leadership__img{position:absolute;top:8rem;left:50%;transform:translateX(-50%);height:13rem;width:13rem}.project-leadership__img>img{object-fit:contain;border-radius:50%}.project-leadership__details{color:#fff;text-align:center;display:flex;flex-flow:column;align-items:center;gap:2rem;width:80rem;height:100%;margin-top:6.4rem;padding:8rem 10rem 4rem;background-color:green}.project-leadership__details>div:nth-child(2){color:#ff0;font-size:2.4rem;font-weight:700}.project-leadership__details>div:nth-child(3){color:#000;font-weight:600;font-size:3.2rem}.project-challenge{padding-top:2rem;padding-bottom:8rem;background-color:#000}.project-challenge__row{max-width:1200px;margin-inline:auto;width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1440px){.project-challenge__row{max-width:1000px}}.project-challenge__title{color:#ff0;font-size:4.6rem;font-weight:700;margin-bottom:2rem}.project-challenge__details{font-size:2.4rem;font-weight:300;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem;width:56rem}.project-challenge__points{display:flex;flex-flow:column;gap:1.6rem}.project-challenge__point>span{color:#ff0}.project-challenge__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;width:60rem;height:60rem}.project-challenge__img>img{object-fit:cover}.project-process{flex-flow:column;gap:8rem;padding:8rem 0;background-color:#051205}.project-process,.project-process__row{display:flex;justify-content:center;align-items:center}.project-process__row{max-width:1200px;margin-inline:auto;width:100%;gap:14rem}@media screen and (max-width:1440px){.project-process__row{max-width:1000px}}.project-process__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;width:60rem;height:60rem}.project-process__img>img{object-fit:cover}.project-process__title{color:#ff0;font-size:4rem;font-weight:700;margin-bottom:2rem}.project-process__details{font-size:2.4rem;font-weight:300;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem;width:56rem}.project-process__points{display:flex;flex-flow:column;gap:1.6rem}.project-process__point>span{color:#ff0}.project-outcome{padding:8rem 0;background-color:#000}.project-outcome,.project-outcome__container{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:8rem}.project-outcome__container{max-width:1200px;margin-inline:auto;width:100%}@media screen and (max-width:1440px){.project-outcome__container{max-width:1000px}}.project-outcome__img{position:relative;flex-shrink:0;width:100%;overflow:hidden;height:120rem;width:120rem}.project-outcome__img>img{object-fit:cover}.project-outcome__links{flex-flow:column;gap:4rem}.project-outcome__link,.project-outcome__links{display:flex;align-items:center;justify-content:center}.project-outcome__link{color:#fff;font-size:2.4rem;text-decoration:none;height:5rem;width:30rem;background-color:#185918;border:2px solid #185918;border-radius:10px;transition:background-color .3s ease-in-out}.project-outcome__link:hover{background-color:transparent}.project-outcome-details{font-size:2.4rem;padding-inline:20rem;display:flex;justify-content:center;flex-flow:column;gap:2rem}.project-outcome-details__detail>span{color:#ff0}.projects{position:relative;padding:4rem 0;background-color:#000}.projects__divider{position:absolute;left:50%;transform:translateX(-50%);height:2px;width:120rem;background:#ffde59}.projects__divider:first-child{top:0}.projects__divider:last-child{bottom:0}.projects__list{max-width:1200px;margin-inline:auto;width:100%;display:flex;align-items:center;justify-content:center;flex-flow:wrap}@media screen and (max-width:1440px){.projects__list{max-width:1000px}}.projects__list>a{margin:4rem}