
.ns-scenarios-wrap .rs-scenarios {
    padding: 150px 0 100px;
}
.ns-scenarios-wrap .rs-scenarios::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to top, #ffffff 0%, #FAFBFD 10%, #FAFCFE 20%, #FBFCFE 35%, #FDFEFF 55%, transparent 100% );
  pointer-events: none;
  z-index: -1;
}
.ns-scenarios-wrap .rs-scenarios__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.ns-scenarios-wrap .rs-scenarios__header {
    text-align: center;
    margin-bottom: 48px;
}
.ns-scenarios-wrap span.rs-scenarios__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.ns-scenarios-wrap .rs-scenarios__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}
.ns-scenarios-wrap .rs-scenarios__subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}
.ns-scenarios-wrap .rs-scenarios__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.ns-scenarios-wrap .rs-scenarios__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.14), 0px 0px 2px rgba(0,0,0,0.12);
}
.ns-scenarios-wrap span.rs-scenarios__card-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 11px;
    line-height: 28px;
}
.ns-scenarios-wrap .rs-scenarios__card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    margin: 0 0 11px;
}
.ns-scenarios-wrap .rs-scenarios__card-body {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    margin: 0 0 10px;
}
.ns-scenarios-wrap .rs-scenarios__card-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    margin: 0 0 14px;
}
.ns-scenarios-wrap .rs-scenarios__card-body:last-of-type {
    margin-bottom: 20px;
}
.ns-scenarios-wrap .rs-scenarios__card-body strong {
    font-weight: 700;
    color: #000;
}
.ns-scenarios-wrap .rs-scenarios__result {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    background: rgba(13, 90, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-top: auto;
}
.ns-scenarios-wrap .rs-scenarios__check {
    flex-shrink: 0;
    margin-top: 0;
}
.ns-scenarios-wrap span.rs-scenarios__result-text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
}
@media (max-width: 1024px) {
    .ns-scenarios-wrap .rs-scenarios__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ns-scenarios-wrap .rs-scenarios__title {
        font-size: 32px;
    }
    .ns-scenarios-wrap .rs-scenarios__container{
        max-width: 100%;
        padding: 0 20px;
 
    }
}
@media (max-width: 767px) {
    .ns-scenarios-wrap .rs-scenarios {
        padding: 52px 0 60px;
    }
    .ns-scenarios-wrap .rs-scenarios__container {
        padding: 0 15px;
    }
    .ns-scenarios-wrap .rs-scenarios__grid {
        grid-template-columns: 1fr;
    }
    .ns-scenarios-wrap .rs-scenarios__title {
        font-size: 26px;
        line-height: 34px;
    }
    .ns-scenarios-wrap .rs-scenarios__card {
        padding: 24px 20px;
    }
}
