@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@400;700;800;900&display=swap";.projects__header{margin-bottom:24px}@media screen and (min-width: 768px){.projects__header h1,.projects__header h2,.projects__header h3,.projects__header h4,.projects__header h5,.projects__header h6{margin:0}}.projects__projects{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -24px}.projects__project{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-ms-flex-preferred-size:calc(100% - 48px);flex-basis:calc(100% - 48px);margin:0 0 24px;padding:0 24px}@media screen and (min-width: 576px){.projects__project{-ms-flex-preferred-size:calc(50% - 48px);flex-basis:calc(50% - 48px)}}@media screen and (min-width: 768px){.projects__project{-ms-flex-preferred-size:calc(33.3333% - 48px);flex-basis:calc(33.3333% - 48px);margin:0 0 32px}}.projects__project a{color:#131316;display:block;text-decoration:none}.projects__project img{display:block;height:auto;margin-bottom:16px;width:100%}.projects__project h4{background-image:url("../img/icons/arrow-angle.svg");background-position:center right;background-repeat:no-repeat;color:#131316;margin-bottom:0;padding:0 16px;position:relative}.projects__project h4::before{background-color:#ee2d24;content:"";left:0;height:calc(100% - 4px);position:absolute;top:0;width:8px}.projects__project p{color:#131316;margin-bottom:0;margin-top:8px}