.challenge-solution-sub-item{padding:16px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:144px}.challenge-solution-sub-item:not(:last-child){margin-bottom:24px}.challenge-solution-sub-item .challenge-section,.challenge-solution-sub-item .solution-section{flex:1;min-width:0}.challenge-solution-sub-item .challenge-section{margin-right:0;margin-bottom:0;order:1}.challenge-solution-sub-item .chevron-right{position:relative;left:auto;top:auto;align-self:center;margin:12px 0;transform:rotate(90deg);order:2}.challenge-solution-sub-item .solution-section{order:3}@media (min-width:768px){.challenge-solution-sub-item{flex-direction:row}.challenge-solution-sub-item .challenge-section{margin-right:120px;margin-bottom:0;order:1}.challenge-solution-sub-item .chevron-right{position:absolute;left:50%;top:36%;bottom:auto;transform:translate(-50%) rotate(0deg);order:2;margin:0}.challenge-solution-sub-item .solution-section{order:3}}.challenge-solution-sub-item .section-title{font-weight:600;font-family:var(--font-inter);font-size:16px;margin-bottom:8px;color:#181e25}.challenge-solution-sub-item p{font-size:14px;font-family:var(--font-inter);font-weight:400;color:#181e25;line-height:26px;margin-bottom:16px;opacity:.8}.challenge-solution-sub-item:first-child{background-color:#f8f9fd}.challenge-solution-sub-item:first-child .tags .tag{color:#1e3487;background:#eef1ff;border-color:#adb7dd}.challenge-solution-sub-item:nth-child(2){background-color:#f6fcfb}.challenge-solution-sub-item:nth-child(2) .tags .tag{color:#06715e;background:#dffaf6;border-color:#b1d4ce}.challenge-solution-sub-item:nth-child(3){background-color:#f4fcff}.challenge-solution-sub-item:nth-child(3) .tags .tag{color:#21539d;background:#daf3ff;border-color:#b2d3df}.challenge-solution-sub-item:nth-child(4){background-color:#f8f9fd}.challenge-solution-sub-item:nth-child(4) .tags .tag{color:#1e3487;background:#eef1ff;border-color:#adb7dd}.challenge-solution-sub-item .tags{display:flex;flex-wrap:wrap;font-size:12px;margin-top:8px;gap:8px}.challenge-solution-sub-item .tags .tag{padding-inline:4px;display:inline-block;border:1px solid;border-radius:6px}.challenge-solution-sub-item .tags .tag:not(:last-child){margin-right:0}@media (max-width:767px){.challenge-solution-sub-item .tags{margin-top:12px;gap:6px}}