.projects{background:#fff!important;padding:1rem 0 -1rem;height:100%;box-sizing:border-box;overflow:hidden}.horizontal-scroll{display:flex;gap:5rem;height:100%;width:max-content;will-change:transform;animation:scrollLogos 38s linear 0s infinite normal none running;padding-bottom:1.3rem}.projects__slide{flex:0 0 auto;border-radius:1rem;text-align:center;cursor:pointer}.projects__image{max-width:38.5rem;max-height:28.25rem;width:100%;height:auto;display:block;margin:0 4rem 2rem auto;transition:background-color 2s ease,transform 2s ease;border-radius:.8rem;border:1px solid #bdbdbd}.projects__title{font-weight:700;font-size:1rem}.projects__type{font-weight:400;color:#555}.projects-title{font-size:3.2rem;color:black;margin:3rem 0}.projects-title,.projects__slide a{text-align:center}.projects__slide p{color:white}@media screen and (max-width:768px){.projects{height:100%;padding:1rem 0 2rem}.projects__image{max-width:15.5rem;max-height:18.25rem;margin:0 1rem}.horizontal-scroll{gap:0}.projects-title{margin:1rem 0 2rem;font-size:2.3rem}.projects__image:hover{max-width:15.5rem;max-height:18.25rem}.horizontal-scroll{animation:scrollProject 30s linear infinite}@keyframes scrollProject{0%{transform:translateX(0)}to{transform:translateX(-50%)}}}