.services{margin-top:100px}.services .service-card{margin-bottom:3rem;padding:2rem;border-radius:1rem;border:1px solid var(--borderCool)}.services .service-card .left-section{display:flex;flex-direction:column;justify-content:flex-start}.services .service-card .left-section .service-name{font-size:1.25rem;font-weight:600;color:var(--textColor);margin-bottom:1rem;text-transform:uppercase}.services .service-card .left-section .service-description{color:var(--textLight);text-align:justify}.services .service-card .left-section .tech-stack{display:flex;width:100%;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:2rem}.services .service-card .left-section .tech-stack .technology{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:80px;max-width:80px}.services .service-card .left-section .tech-stack .technology .tech-image{border:1.5px solid var(--borderCool);width:60px;height:60px;padding:.65rem;border-radius:50%}.services .service-card .left-section .tech-stack .technology .tech-image img{width:100%}.services .service-card .left-section .tech-stack .technology .tech-name{font-weight:400;color:var(--textColor);text-align:center;text-wrap:wrap;font-size:14px}.services .service-card .right-section .explore-button{width:100%;display:flex;align-items:center;justify-content:flex-end;margin-bottom:1rem}.services .service-card .right-section .explore-button button{border:1.5px solid var(--primaryColor);border-radius:50px;padding:8px 24px;font-size:.9rem;transition:all .3s ease}.services .service-card .right-section .explore-button button:hover{transform:scale(.9);color:var(--primaryHoverColor);border-color:var(--primaryHoverColor)}.services .service-card .right-section .cover-image{display:flex;align-items:center;justify-content:flex-end;width:100%}.services .service-card .right-section .cover-image img{width:80%;border-radius:8px}@media (max-width:992px){.services .service-card .right-section .cover-image{justify-content:center}.services .service-card .left-section{margin-top:2rem}}@media (max-width:450px){.services .service-card .right-section .cover-image img{width:100%}}@media (max-width:350px){.services .service-card{padding:1rem}}