#section_services{flex-direction:column;align-items:center;display:flex}#section_services h1{margin:30px 0;font-size:64px}#section_services #services{flex-flow:wrap;justify-content:center;gap:30px;margin-bottom:30px;display:flex}#section_services #services article{cursor:pointer;background-color:var(--bg-lighter);border-radius:15px;flex-direction:column;gap:20px;width:clamp(30vw,30vw,100%);padding:20px;transition:all .3s;display:flex}#section_services #services article:hover{scale:1.05}#section_services #services article header{flex-direction:row;align-items:center;gap:15px;display:flex}#section_services #services article header s-icon{border:8px solid var(--bg-lightest);height:60px;fill:var(--text);border-radius:50%;padding:2px}#section_services #services article header h2{color:var(--primary)}#section_services #services article .body{flex-direction:column;align-items:center;gap:20px;display:flex}#section_services #services article .body p{color:var(--text-secondary)}#section_services #services article .body p span{color:var(--text)}
