.services-cards{background-color:var(--Black);display:flex;flex-wrap:wrap;gap:20px}.services-cards .card{align-items:flex-start;background-color:unset;border:1px solid var(--White);border-radius:unset;cursor:default;display:flex;flex:0 0 calc(33.33333% - 13.33333px);flex-direction:column;padding:64px 32px;width:calc(33.33333% - 13.33333px)}.services-cards .icon{display:flex;height:48px;margin-bottom:24px}.services-cards .title{color:var(--White);font-size:32px;font-weight:400;line-height:38px;margin-bottom:24px}@media screen and (max-width:991px){.services-cards .card{flex:0 0 calc(50% - 10px);width:calc(50% - 10px)}}@media screen and (max-width:767px){.services-cards{align-items:center;flex-direction:column}.services-cards .card{flex:0 0 100%;width:100%}.services-cards .icon,.services-cards .title{margin-bottom:32px}}