.technologies{margin-top:100px}.technologies .loading-container{display:flex;justify-content:center;margin-top:50px}.technologies .tech-card{height:100%;display:flex;flex-direction:column;border-radius:.5rem;transition:transform .3s ease-in-out;cursor:pointer}.technologies .tech-card:hover{transform:translateY(-5px)}.technologies .tech-card:hover .tech-card-content{background:var(--bgColor)}.technologies .tech-card-media{width:100%;-o-object-fit:cover;object-fit:cover;height:200px}.technologies .tech-card-content{background:var(--bgLight);padding:1rem 1rem .5rem;transition:all .3s ease}.technologies .tech-card-content .tech-name{font-size:1rem;font-weight:500;color:var(--textColor)}.technologies .tech-card-content .divider{background:var(--borderCool);height:1.5px;opacity:.5;margin:.75rem 0}.technologies .tech-card-content .tech-description{text-align:justify;margin-bottom:.5rem}.technologies .button-container{display:flex;justify-content:flex-end;width:100%;padding:0;margin:0}.technologies .button-container button{transition:transform .3s ease;font-weight:500}.technologies .button-container button:hover{transform:scale(.9);background:transparent}@media (max-width:576px){.technologies .cards{display:flex;align-items:center;justify-content:center;width:100%}.technologies .tech-card{width:60%}}@media (max-width:500px){.technologies .tech-card{width:70%}}@media (max-width:450px){.technologies .tech-card{width:75%}}@media (max-width:400px){.technologies .tech-card{width:85%}}@media (max-width:370px){.technologies .tech-card{width:90%}}@media (max-width:350px){.technologies .tech-card{width:100%}}