.project{align-items:center;display:flex;flex-direction:column;height:100vh}.project .content{display:flex;flex-direction:column;margin:20px;max-width:800px}.project .content .main-title{color:var(--primary-color);font-size:40px;font-weight:800;text-align:center}.project .content .sections{margin:30px 0}.project .content .sections .title{align-items:center;display:flex;font-size:20px;font-weight:700;justify-content:center;margin-bottom:10px}.project .content .sections .title:before{border-bottom:2px solid black;content:"";flex:1;margin:0 30px 0 0}.project .content .sections .title:after{border-bottom:2px solid black;content:"";flex:1;margin:0 0 0 30px}.project .content .sections .text{text-align:center}.project .content .sections .images{align-items:baseline;display:flex;justify-content:space-around;margin:10px 0 20px;width:100%}.project .content .sections .images .image{display:flex;height:auto;max-height:500px;max-width:100%}.project .content .sections .images .image:only-child{width:auto}.project .content .sections .images .image:not(:only-child){width:45%}.project .content .sections .link{display:flex;justify-content:center}.project .content .sections .link a{color:var(--primary-color);font-size:14px;margin:10px}
