.dac-problem{--dac-problem-navy:#00053f;--dac-problem-blue:#03067b;--dac-problem-purple:#563ff0;--dac-problem-teal:#3ae3c3;--dac-problem-white:#fff;--dac-problem-gray-50:#f8f9fc;--dac-problem-gray-200:#e1e3eb;--dac-problem-gray-600:#5a5f73;font-family:DM Sans,-apple-system,sans-serif}.dac-problem__grid{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1140px}.dac-problem__items{display:flex;flex-direction:column;gap:12px}.dac-problem-card{align-items:center;background:var(--dac-problem-white);border:1px solid var(--dac-problem-gray-200);border-radius:16px;display:flex;gap:16px;padding:20px 24px;transition:border-color .3s,box-shadow .3s}.dac-problem-card:hover{border-color:rgba(86,63,240,.25);box-shadow:0 4px 24px rgba(86,63,240,.06)}.dac-problem-card__icon{align-items:center;background:rgba(86,63,240,.08);border-radius:10px;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.dac-problem-card__icon img{display:block;height:40px;object-fit:contain;width:40px}.dac-problem-card__text{color:var(--dac-problem-gray-600);font-size:16px;line-height:1.55;margin:0}.dac-problem__visual{align-items:center;display:flex;justify-content:center}.dac-problem__image-box{aspect-ratio:1;border-radius:24px;max-width:420px;overflow:hidden;width:100%}.dac-problem__image-box img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:900px){.dac-problem__grid{gap:40px;grid-template-columns:1fr}}