.explore-service-tech{margin-top:100px}.explore-service-tech .service-tech-list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:center;justify-content:space-evenly;-moz-column-gap:2rem;column-gap:2rem;row-gap:3rem;margin-top:2rem}.explore-service-tech .service-tech-item{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.explore-service-tech .service-tech-item .service-tech-image{min-width:70px;min-height:70px;max-width:70px;max-height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:.75rem;border:1px solid var(--borderCool)}.explore-service-tech .service-tech-item .service-tech-image img{width:100%}.explore-service-tech .service-tech-item h2{font-size:1rem;font-weight:500;text-wrap:wrap;color:var(--textColor);text-align:center}@media (max-width:321px){.explore-service-tech .service-tech-item{width:100%;height:100%;gap:1rem}.explore-service-tech .service-tech-item .service-tech-image{min-width:120px;min-height:120px;max-width:120px;max-height:120px;padding:1.2rem}.explore-service-tech .service-tech-item h2{font-size:1.5rem;font-weight:600}}