.devR-WC-section{color:#fff;display:flex;font-family:Inter,sans-serif;justify-content:center}.devR-WC-container{max-width:1200px;width:100%}.devR-WC-cards-wrapper{display:flex;flex-wrap:wrap;gap:20px}.devR-WC-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:20px;display:flex;flex:1 1 calc(25% - 20px);flex-direction:column;gap:16px;min-width:250px;padding:40px 30px;transition:transform .3s ease,background .3s ease}.devR-WC-card:hover{background:hsla(0,0%,100%,.06);border-color:rgba(49,130,206,.2);transform:translateY(-5px)}.devR-WC-icon{margin-bottom:10px}.devR-WC-card-title{color:#fff;font-size:22px;font-weight:600;line-height:1.4;margin:0}.devR-WC-card-text{color:#fff;font-size:16px;line-height:1.6;margin:0}@media (max-width:1024px){.devR-WC-card{flex:1 1 calc(50% - 20px)}}@media (max-width:768px){.devR-WC-title{font-size:32px}.devR-WC-section{padding:60px 20px}.devR-WC-card{flex:1 1 100%;padding:30px 20px}}