.ns-related .ci-integ {
    padding: 100px 0;
    background: #F8F8F8;

}
.ns-related .ci-integ__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.ns-related .ci-integ__header {
    text-align: center;
    margin-bottom: 48px;
}
.ns-related span.ci-integ__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;
  letter-spacing: 0.14em;
}
.ns-related .ci-integ__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}
.ns-related .ci-integ__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-related .ci-integ__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ns-related .ci-integ__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 2px 4px 0px #00000024, 0px 0px 2px 0px #0000001F;
    align-items: start;
}
.ns-related .ci-integ__logo-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    height: 28px;
}
.ns-related .ci-integ__logo {
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.ns-related .ci-integ__card-name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    margin: 0 0 11px;
}
.ns-related .ci-integ__card-body {
    flex: 1;
    margin-bottom: 37px;
}
.ns-related .ci-integ__card-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin: 0;
}
.ns-related a.ci-integ__card-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #3040CF;
    text-decoration: none;
    line-height: 18px;
    margin-top: auto;
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid transparent;
}
.ns-related a.ci-integ__card-link svg {
    margin-top: 3px;
}
.ns-related a.ci-integ__card-link:hover {
    border-bottom: 1px solid #3040CF;
}
@media (max-width: 1024px) {
    .ns-related .ci-integ__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ns-related .ci-integ__title {
        font-size: 32px;
    }
      .ns-related .ci-integ__container {
        padding: 0 20px;
    }
}
@media (max-width:767px) {
    .ns-related .ci-integ {
        padding: 52px 0 60px;
    }
    .ns-related .ci-integ__container {
        padding: 0 15px;
    }
    .ns-related .ci-integ__grid {
        grid-template-columns: 1fr;
    }
    .ns-related .ci-integ__title {
        font-size: 26px;
        line-height: 34px;
    }
    .ns-related .ci-integ__card {
        padding: 22px 20px;
    }
}
