.dsp-differently{padding:2.5rem 0}.dsp-differently-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;overflow-x:visible}.dsp-card{background-color:#1b1b1b;border:1px solid #f0eef1;border-radius:1.25rem;box-sizing:border-box;display:flex;flex:1 1 calc(25% - 1rem);flex-direction:column;height:22rem;justify-content:space-between;max-width:18.125rem;padding:1.25rem 1rem}.dsp-card-content{text-align:left;z-index:1}.dsp-card-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;margin-bottom:.625rem}.dsp-card-text{color:hsla(0,0%,100%,.7);font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.375rem}.dsp-icon-wrapper{align-items:flex-end;display:flex;height:9rem;justify-content:center;z-index:1}.floating-icon{animation:floatUpDown 2.5s ease-in-out infinite;height:8rem;width:8rem}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}@media screen and (max-width:1024px){.dsp-card{flex:1 1 calc(50% - 1rem)}}@media screen and (max-width:768px){.dsp-card{flex:1 1 100%;height:19rem;max-width:100%}.dsp-differently-wrapper{justify-content:center}.dsp-card-title{margin-bottom:.5rem}.dsp-card-text{font-size:.875rem;line-height:1.25rem}.floating-icon{height:8rem;width:8rem}}