#projects{display:flex;flex-direction:column;gap:50px}.project__display{display:flex;gap:50px;margin:0 10%;padding:1% 0;position:relative}@media (min-width:1200px){.project__display{margin-left:max(10%,calc(50% - 750px));margin-right:max(10%,calc(50% - 750px))}}.project__display:nth-of-type(2n){flex-direction:row}.project__display:nth-of-type(odd){flex-direction:row-reverse}.project__display:nth-of-type(3){color:#fff;margin:0;padding:0}.project__display>div{width:50%}.project__display:nth-of-type(2n)>.project__display__text{padding-left:30px}.project__display:nth-of-type(odd)>.project__display__text{padding-right:30px}.project__display:nth-of-type(3)>.project__display__text{padding-bottom:2.5%;padding-top:2.5%}.project__display__text__heading{font-size:28px}.project__display__container{display:flex;justify-content:flex-end}.project__display:first-of-type>.project__display__bg{background-color:#f2f2f2;bottom:0;left:40%;position:absolute;right:0;top:0;width:auto;z-index:-1}.project__display:nth-of-type(2)>.project__display__bg{background-color:#f2f2f2;bottom:0;left:0;position:absolute;right:40%;top:0;width:auto;z-index:-1}.project__display:nth-of-type(3)>.project__display__bg{background-color:#828387;bottom:0;left:0;position:absolute;right:0;top:0;width:auto;z-index:-1}.project__display:nth-of-type(4)>.project__display__bg{border:15px solid #e5e5e5;bottom:20%;left:52%;position:absolute;right:0;top:20%;width:auto;z-index:-1}.project__display__container__image{border-radius:5px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.project__display:nth-of-type(4) .project__display__container__image{width:95%}@media (max-width:950px){.project__display{margin:0}.project__display:nth-of-type(2n){flex-direction:column}.project__display:nth-of-type(odd){flex-direction:column-reverse}.project__display:first-of-type>.project__display__bg{left:0}.project__display:nth-of-type(2)>.project__display__bg{right:0}.project__display:nth-of-type(4)>.project__display__bg{background-color:#e5e5e5;border:none;bottom:0;left:0;position:absolute;right:0;top:0;width:auto;z-index:-1}.project__display>div{box-sizing:border-box;padding:0 5%;width:100%}.project__display__container{justify-content:center}}@media (min-width:1200px){.project__display:nth-of-type(3){padding-left:max(10%,calc(50% - 750px));padding-right:max(10%,calc(50% - 750px))}}#project__links{background-color:#f6f6f7;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,auto));margin:5% 0;padding:5% 10%}@media (min-width:1200px){#project__links{padding-left:max(10%,calc(50% - 750px));padding-right:max(10%,calc(50% - 750px))}}.project__link{background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;text-align:center}.project__link>*{flex-grow:1;font-family:var(--lato)}.project__link>img{max-height:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.project__link__text{display:flex;flex-direction:column;gap:10px;justify-content:space-between;margin:25px}.project__link__text>p:first-of-type{font-size:25px;font-weight:700}.project__link__text>p:last-of-type{font-size:18px}.project__link__text>a{height:-webkit-min-content;height:-moz-min-content;height:min-content;margin-left:auto;margin-right:auto}
