#projects{display:flex;width:100%;margin:auto;padding:10px 0 50px;overflow:hidden;transition:all .3s ease;position:relative}#projects #nextBtn,#projects #prevBtn{position:absolute;bottom:0;border:none;box-shadow:none;border-radius:50%;background-color:#fafafa;padding:0;margin:5px;height:50px;width:50px}#projects #prevBtn{transform:rotate(180deg);left:calc(50% - 60px)}#projects #nextBtn{right:calc(50% - 60px)}.projectCard{min-width:250px;max-width:620px;padding:10px;margin:20px;box-shadow:0 6px 12px 6px #332b24,inset 0 6px 12px 12px #faffff;border-radius:10px;box-sizing:border-box;transition:all .3s ease;flex-shrink:0;flex-basis:50vw}.projectCard h2{margin:10px auto 20px 0}.projectCard p{margin:20px auto 10px 0}.projectCard img{display:block;max-width:100%;max-height:250px;margin:auto}.leftCard{box-shadow:-6px 6px 12px 4px #332b24,inset -6px 6px 12px 12px #faffff;transform:scale(.75)}.rightCard{box-shadow:6px 6px 12px 4px #332b24,inset 6px 6px 12px 12px #faffff;transform:scale(.75)}