.cardsDiv{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;justify-items:center;align-items:stretch;width:100%;max-width:1400px;margin:0 auto}.gitButton:hover i{color:#dcdcdc;opacity:.5}@media only screen and (max-width:950px){.cardsDiv{grid-template-columns:1fr;margin-top:50px;gap:30px;margin-bottom:40px;justify-items:center}}@media only screen and (min-width:951px) and (max-width:1400px){.cardsDiv{grid-template-columns:repeat(2,1fr);justify-items:center;gap:40px}}@media only screen and (min-width:1401px){.cardsDiv{grid-template-columns:repeat(4,1fr);justify-items:center;gap:30px}}.ring{top:0;left:0;width:40px;height:40px;border:2px solid hsla(0,0%,100%,.808);transition-duration:.1s;transition-timing-function:ease-out;will-change:width,height,transform,border}.dot,.ring{position:fixed;border-radius:100%;transform:translate(-50%,-50%);z-index:999;pointer-events:none}.dot{top:50%;left:50%;width:8px;height:8px;background-color:#fff}.ring.hovered{width:50px;height:50px;border-width:3px;border-color:#d3d3d3}.dot.hovered{display:none}.lds-facebook{display:inline-block;position:relative;width:20px;height:10px}.lds-facebook div{display:inline-block;position:absolute;width:4px;background:#fff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:first-child{left:2px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:8px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:14px;animation-delay:0}@keyframes lds-facebook{0%{top:0;height:16px}50%,to{top:10px;height:8px}}