.projects-section{align-items:center;background-color:#0d0d45;border-radius:10px;color:#fff;display:flex;justify-content:space-between;padding:20px 60px}.project-info{flex:1;text-align:left}.project-info h2{color:#fff;font-family:Poppins;font-size:36px;margin:0}.project-info p{font-family:Poppins;font-size:20px;font-weight:200;margin:5px 0 0}.vertical-bar{background-color:#8e7ef5;height:80px;margin:0 20px;width:2px}.clients-logos{align-items:center;display:flex;flex:2;justify-content:space-around}.clients-logos img{margin:0 10px;max-height:50px}@media (max-width:768px){.projects-section{flex-direction:column;text-align:center}.project-info{flex:1;text-align:center}.vertical-bar{display:none}.clients-logos{flex-wrap:wrap;margin-top:20px}.clients-logos img{margin:10px;max-height:40px}}