/* =========================================================
   NOESOR - HOME
   Identidad visual basada en el logo oficial de la landing.
   ========================================================= */

.noesor-home {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 48px), 1440px);
    min-height: 650px;
    margin: 18px auto 0;
    padding: 54px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    align-items: center;
    gap: clamp(28px, 3vw, 60px);
    overflow: clip;
}

.noesor-home::before {
    position: absolute;
    inset: 0;
    z-index: -5;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at 13% 44%, rgba(22, 140, 255, .18), transparent 32%),
        radial-gradient(circle at 82% 35%, rgba(166, 77, 255, .16), transparent 34%),
        linear-gradient(180deg, rgba(5, 13, 28, .16), transparent 72%);
}

.noesor-home-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: .25;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(72, 121, 220, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(72, 121, 220, .08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 78% 76% at 56% 46%, #000 12%, transparent 82%);
}

.noesor-home-aurora,
.noesor-home-orbit {
    position: absolute;
    z-index: -3;
    pointer-events: none;
}

.noesor-home-aurora {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(88px);
    opacity: .28;
}

.noesor-home-aurora-left { left: -160px; top: 210px; background: #168cff; }
.noesor-home-aurora-right { right: -130px; top: 70px; background: #8b4dff; }

.noesor-home-orbit {
    border: 1px solid rgba(88, 141, 255, .12);
    border-radius: 50%;
}

.noesor-home-orbit-one { width: 760px; height: 760px; right: -250px; top: -170px; }
.noesor-home-orbit-two { width: 470px; height: 470px; right: 95px; bottom: -280px; }

.noesor-home-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.noesor-home-badge {
    width: fit-content;
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(68, 151, 255, .22);
    border-radius: 999px;
    color: #bcd6ff;
    background: rgba(13, 32, 61, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.noesor-home-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #32cfff;
    box-shadow: 0 0 14px rgba(50, 207, 255, .95);
}

.noesor-home-title {
    margin: 26px 0 30px;
    display: flex;
    flex-direction: column;
    color: #f8fbff;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    font-size: clamp(2.8rem, 4.4vw, 5.2rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: 1.03;
}

.noesor-home-title-gradient {
    width: fit-content;
    padding-right: .08em;
    color: transparent;
    background: linear-gradient(90deg, #35c7ff 0%, #4e72ff 50%, #a64dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.noesor-home-description {
    max-width: 610px;
    margin: 0;
    color: #aebbd0;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.8;
}


.noesor-home-specialty {
    width: fit-content;
    margin-top: 20px;
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(82, 161, 255, .18);
    border-radius: 11px;
    color: #c9d8ee;
    background: rgba(10, 28, 51, .54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .015em;
}

.noesor-home-specialty-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #55d4ff;
    background: rgba(29, 126, 255, .12);
    box-shadow: 0 0 18px rgba(50, 179, 255, .12);
}

.noesor-home-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.noesor-home-button {
    min-height: 50px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 13px;
    font-size: .9rem;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.noesor-home-button:hover { transform: translateY(-2px); }
.noesor-home-button-primary {
    color: white;
    border: 1px solid rgba(103, 184, 255, .42);
    background: linear-gradient(135deg, #168cff, #4e72ff 54%, #8c4fff);
    box-shadow: 0 16px 34px rgba(44, 99, 235, .28), inset 0 1px 0 rgba(255,255,255,.2);
}
.noesor-home-button-primary:hover { box-shadow: 0 20px 42px rgba(58, 93, 237, .38); }
.noesor-home-button-secondary {
    color: #d9e4f7;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(255, 255, 255, .035);
}
.noesor-home-button-secondary:hover { border-color: rgba(92, 154, 255, .34); background: rgba(255, 255, 255, .055); }

.noesor-home-proof {
    margin-top: 28px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: #8798b2;
    font-size: .79rem;
    font-weight: 650;
}
.noesor-home-proof span { display: inline-flex; align-items: center; gap: 7px; }
.noesor-home-proof i { color: #3fd4ff; font-style: normal; }

.noesor-home-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 660px;
    justify-self: end;
    padding: 26px 10px;
}

.noesor-home-visual-glow {
    position: absolute;
    inset: 11% 8%;
    z-index: -1;
    border-radius: 40%;
    background: linear-gradient(135deg, rgba(22, 140, 255, .24), rgba(166, 77, 255, .2));
    filter: blur(58px);
}

.noesor-home-engine {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(130, 166, 222, .18);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(14, 31, 57, .95), rgba(5, 14, 29, .97));
    box-shadow: 0 28px 62px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.noesor-home-engine::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(115deg, transparent 30%, rgba(91, 158, 255, .055) 48%, transparent 66%);
}

.noesor-home-engine-header {
    min-height: 76px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(148, 163, 184, .11);
    background: rgba(7, 19, 36, .76);
}
.noesor-home-engine-brand { display: flex; align-items: center; gap: 12px; }
.noesor-home-engine-brand img { width: 40px; height: 40px; object-fit: contain; }
.noesor-home-engine-brand div { display: flex; flex-direction: column; gap: 3px; }
.noesor-home-engine-brand strong { color: #eaf2ff; font-size: .85rem; }
.noesor-home-engine-brand span { color: #7588a5; font-size: .7rem; }
.noesor-home-engine-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8ee8d0;
    font-size: .68rem;
    font-weight: 700;
}
.noesor-home-engine-status i { width: 7px; height: 7px; border-radius: 50%; background: #36d9a8; box-shadow: 0 0 12px rgba(54,217,168,.8); }

.noesor-home-engine-body { padding: 24px; }
.noesor-home-source-card {
    padding: 19px;
    border: 1px solid rgba(117, 155, 214, .15);
    border-radius: 17px;
    background: rgba(11, 27, 50, .78);
}
.noesor-home-card-heading { display: flex; align-items: center; gap: 11px; }
.noesor-home-file-icon {
    width: 38px; height: 38px; display: grid; place-items: center;
    border-radius: 11px; color: #58d2ff; background: rgba(22, 140, 255, .1);
    border: 1px solid rgba(49, 163, 255, .18); font-size: 1.2rem;
}
.noesor-home-card-heading div { display: flex; flex-direction: column; gap: 2px; }
.noesor-home-card-heading strong { color: #e5edfa; font-size: .78rem; }
.noesor-home-card-heading small { color: #6f829f; font-size: .66rem; }

.noesor-home-document-lines { margin: 18px 0 17px 49px; display: grid; gap: 8px; }
.noesor-home-document-lines span {
    width: var(--line-width); height: 5px; border-radius: 10px;
    background: linear-gradient(90deg, rgba(90, 141, 226, .45), rgba(90, 141, 226, .1));
}
.noesor-home-processing { display: flex; align-items: center; justify-content: space-between; color: #8495af; font-size: .66rem; }
.noesor-home-processing strong { color: #63d7ff; }
.noesor-home-progress { height: 5px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: rgba(97, 119, 153, .15); }
.noesor-home-progress span { display: block; width: 86%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #168cff, #4e72ff, #a64dff); box-shadow: 0 0 14px rgba(78,114,255,.45); }

.noesor-home-transform-line { margin: 15px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
.noesor-home-transform-line span { height: 1px; background: linear-gradient(90deg, transparent, rgba(76, 139, 255, .32)); }
.noesor-home-transform-line span:last-child { background: linear-gradient(90deg, rgba(160, 79, 255, .32), transparent); }
.noesor-home-transform-line i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #dfeaff; font-style: normal; background: linear-gradient(135deg, #168cff, #8d4fff); box-shadow: 0 0 18px rgba(88, 95, 255, .35); }

.noesor-home-output-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.noesor-home-output-card {
    min-height: 76px;
    padding: 13px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(128, 153, 195, .12);
    border-radius: 14px;
    background: rgba(8, 22, 42, .74);
}
.noesor-home-output-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #65d7ff; background: rgba(35, 117, 235, .1); }
.noesor-home-output-card div { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.noesor-home-output-card strong { color: #dce7f8; font-size: .69rem; }
.noesor-home-output-card small { overflow: hidden; color: #667b99; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.noesor-home-output-card b { color: #a9c3ed; font-size: .78rem; }

.noesor-home-floating-card {
    position: absolute;
    z-index: 3;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(113, 160, 231, .18);
    border-radius: 14px;
    background: rgba(8, 21, 41, .9);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(16px);
}
.noesor-home-floating-card > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #69d9ff; background: rgba(43, 123, 255, .12); }
.noesor-home-floating-card div { display: flex; flex-direction: column; gap: 2px; }
.noesor-home-floating-card strong { color: #e5edfa; font-size: .68rem; }
.noesor-home-floating-card small { color: #7588a5; font-size: .57rem; }
.noesor-home-floating-card-top { top: 3px; right: 34px; }
.noesor-home-floating-card-bottom { left: -16px; bottom: 4px; }

.noesor-home-capabilities {
    width: min(calc(100% - 48px), 1280px);
    margin: 0 auto 86px;
    padding-top: 38px;
}
.noesor-home-section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.noesor-home-section-heading > span { color: #55cfff; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.noesor-home-section-heading h2 { margin: 12px 0 13px; color: #f1f6ff; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing: -.045em; }
.noesor-home-section-heading p { margin: 0; color: #8292aa; line-height: 1.7; }
.noesor-home-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.noesor-home-capability-grid article {
    min-height: 220px;
    padding: 26px;
    border: 1px solid rgba(119, 150, 199, .12);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(15, 31, 54, .72), rgba(7, 18, 35, .72));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.noesor-home-capability-grid article > span { color: #4a86f7; font-size: .72rem; font-weight: 800; }
.noesor-home-capability-grid h3 { margin: 40px 0 11px; color: #e8f0fc; font-size: 1.05rem; }
.noesor-home-capability-grid p { margin: 0; color: #7e8fa9; font-size: .86rem; line-height: 1.7; }

@media (max-width: 1400px) {
    .noesor-home {
        width: min(calc(100% - 64px), 1320px);
        min-height: auto;
        padding: 56px 0 72px;
        grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
        gap: 36px;
    }

    .noesor-home-title {
        font-size: clamp(2.75rem, 4.15vw, 4.45rem);
        letter-spacing: -.058em;
    }

    .noesor-home-visual {
        max-width: 620px;
    }
}

@media (max-width: 1180px) {
    .noesor-home {
        width: min(calc(100% - 48px), 1080px);
        grid-template-columns: 1fr;
        gap: 44px;
        text-align: center;
    }

    .noesor-home-copy {
        max-width: 780px;
        margin: 0 auto;
    }

    .noesor-home-badge,
    .noesor-home-title-gradient {
        margin-inline: auto;
    }

    .noesor-home-description {
        margin-inline: auto;
    }

    .noesor-home-specialty {
        margin-inline: auto;
    }

    .noesor-home-actions,
    .noesor-home-proof {
        justify-content: center;
    }

    .noesor-home-visual {
        max-width: 720px;
        justify-self: center;
    }

    .noesor-home-floating-card-bottom { left: 4px; }
}

@media (max-width: 980px) {
    .noesor-home { width: min(calc(100% - 36px), 820px); padding-top: 48px; }
    .noesor-home-capability-grid { grid-template-columns: 1fr; }
    .noesor-home-capability-grid article { min-height: 0; }
    .noesor-home-capability-grid h3 { margin-top: 20px; }
}

@media (max-width: 640px) {
    .noesor-home { width: min(calc(100% - 28px), 560px); padding: 34px 0 64px; gap: 42px; }
    .noesor-home-title { margin-top: 22px; font-size: clamp(2.65rem, 13vw, 4rem); }
    .noesor-home-description { font-size: .96rem; line-height: 1.7; }
    .noesor-home-specialty { margin-top: 17px; font-size: .74rem; }
    .noesor-home-actions { flex-direction: column; align-items: stretch; }
    .noesor-home-button { width: 100%; }
    .noesor-home-proof { gap: 11px; }
    .noesor-home-visual { padding: 24px 0; }
    .noesor-home-engine-header { padding-inline: 15px; }
    .noesor-home-engine-body { padding: 15px; }
    .noesor-home-output-grid { grid-template-columns: 1fr; }
    .noesor-home-floating-card { display: none; }
    .noesor-home-capabilities { width: min(calc(100% - 28px), 560px); margin-bottom: 60px; }
    .noesor-home-capability-grid article { padding: 22px; }
}

/* El Home y su sección inferior conservan el fondo oscuro del sitio. */
.noesor-home,
.noesor-home-capabilities,
.noesor-home-capabilities article { color-scheme: dark; }
.noesor-home-capabilities { position:relative; isolation:isolate; }
.noesor-home-capabilities::before { content:""; position:absolute; z-index:-1; inset:-60px -100vw -100px; background:linear-gradient(180deg,rgba(7,17,31,.12),#07111f 24%,#07111f); }

/* Ajustes finales del Home para pantallas móviles estrechas. */
@media (max-width: 700px) {
    .noesor-home,
    .noesor-home-copy,
    .noesor-home-visual,
    .noesor-home-engine {
        min-width: 0;
        max-width: 100%;
    }

    .noesor-home {
        width: min(calc(100% - 22px), 560px);
        margin-top: 0;
    }

    .noesor-home-title {
        overflow-wrap: anywhere;
    }

    .noesor-home-badge {
        max-width: 100%;
        text-align: left;
    }

    .noesor-home-engine-header,
    .noesor-home-card-heading,
    .noesor-home-processing {
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .noesor-home {
        width: min(calc(100% - 18px), 420px);
        padding-top: 24px;
    }

    .noesor-home-title {
        font-size: clamp(2.35rem, 13vw, 3.25rem);
        letter-spacing: -.055em;
    }

    .noesor-home-description {
        font-size: .91rem;
        line-height: 1.62;
    }

    .noesor-home-badge {
        padding-inline: 12px;
        font-size: .7rem;
    }

    .noesor-home-proof {
        justify-content: flex-start;
        text-align: left;
    }

    .noesor-home-engine-header {
        gap: 9px;
    }

    .noesor-home-engine-brand img {
        width: 34px;
        height: 34px;
    }

    .noesor-home-source-card {
        padding: 14px;
    }

    .noesor-home-document-lines {
        margin-left: 0;
    }
}


/* =========================================================
   AJUSTE FINAL DE ESCALA DEL HOME
   Mantiene el protagonismo del mensaje y reduce el panel
   visual en portátiles sin modificar el diseño de escritorio.
   ========================================================= */
@media (min-width: 1181px) and (max-width: 1440px) {
    .noesor-home {
        padding-top: 26px;
        padding-bottom: 48px;
        grid-template-columns: minmax(0, 1.08fr) minmax(410px, .82fr);
        gap: 32px;
    }

    .noesor-home-copy {
        max-width: 690px;
    }

    .noesor-home-description {
        max-width: 660px;
    }

    .noesor-home-visual {
        width: 88%;
        max-width: 545px;
        justify-self: end;
    }

    .noesor-home-badge {
        padding: 10px 15px;
        border-color: rgba(56, 189, 248, .28);
        background: rgba(14, 48, 82, .44);
        box-shadow: 0 8px 28px rgba(14, 116, 144, .08);
        font-size: .76rem;
    }

    .noesor-home-badge-dot {
        box-shadow: 0 0 14px rgba(34, 211, 238, .75);
    }
}

/* =========================================================
   AJUSTE VISUAL CONTUNDENTE DEL HERO
   Reduce de forma perceptible la altura del primer pantallazo,
   devuelve el protagonismo al mensaje y muestra antes la
   siguiente sección en portátiles de 1366 a 1440 px.
   ========================================================= */
@media (min-width: 1181px) and (max-width: 1440px) {
    .noesor-home {
        width: min(calc(100% - 64px), 1320px);
        min-height: 500px;
        margin-top: 0;
        padding: 16px 0 24px;
        grid-template-columns: minmax(0, 1.16fr) minmax(390px, .76fr);
        align-items: center;
        gap: 30px;
        overflow: clip;
    }

    .noesor-home-copy {
        max-width: 690px;
        transform: translateY(-8px);
    }

    .noesor-home-badge {
        min-height: 34px;
        padding: 0 14px;
        font-size: .74rem;
    }

    .noesor-home-title {
        margin: 18px 0 20px;
        font-size: clamp(3.35rem, 4.25vw, 4.05rem);
        line-height: .98;
        letter-spacing: -.062em;
    }

    .noesor-home-description {
        max-width: 650px;
        font-size: 1rem;
        line-height: 1.62;
    }

    .noesor-home-specialty {
        margin-top: 16px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #b9cbe4;
        background: transparent;
        box-shadow: none;
        font-size: .77rem;
    }

    .noesor-home-specialty-icon {
        width: 20px;
        height: 20px;
        border-radius: 7px;
    }

    .noesor-home-actions {
        margin-top: 18px;
    }

    .noesor-home-button {
        min-height: 46px;
        padding-inline: 20px;
    }

    .noesor-home-proof {
        margin-top: 18px;
    }

    .noesor-home-visual {
        width: 100%;
        max-width: 500px;
        padding: 4px 0;
        justify-self: end;
        transform: translateY(-6px);
    }

    .noesor-home-engine {
        border-radius: 21px;
        box-shadow: 0 20px 44px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .035);
    }

    .noesor-home-engine-header {
        min-height: 62px;
        padding: 11px 16px;
    }

    .noesor-home-engine-brand img {
        width: 34px;
        height: 34px;
    }

    .noesor-home-engine-body {
        padding: 16px;
    }

    .noesor-home-source-card {
        padding: 15px;
    }

    .noesor-home-document-lines {
        margin: 14px 0 13px 49px;
        gap: 6px;
    }

    .noesor-home-transform-line {
        margin: 10px 0;
    }

    .noesor-home-output-grid {
        gap: 8px;
    }

    .noesor-home-output-card {
        min-height: 62px;
        padding: 10px;
    }

    .noesor-home-floating-card {
        padding: 10px 12px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255,255,255,.035);
    }

    .noesor-home-floating-card-top {
        top: -14px;
        right: 20px;
    }

    .noesor-home-floating-card-bottom {
        left: -10px;
        bottom: -10px;
    }

    .noesor-home-capabilities {
        padding-top: 18px;
    }
}

/* En escritorio amplio el hero también queda más compacto,
   aunque conserva una escala generosa. */
@media (min-width: 1441px) {
    .noesor-home {
        min-height: 590px;
        margin-top: 8px;
        padding-top: 36px;
        padding-bottom: 46px;
    }

    .noesor-home-title {
        margin-bottom: 24px;
    }

    .noesor-home-specialty {
        border: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .noesor-home-visual {
        max-width: 610px;
    }
}

/* =========================================================
   HOME - CIERRE COMPACTO DE LA SEGUNDA SECCIÓN
   Evita el vacío excesivo entre las capacidades y el footer.
   ========================================================= */

.noesor-home-capabilities {
    margin-bottom: 30px;
    padding-top: 28px;
    scroll-margin-top: 108px;
}

.noesor-home-section-heading {
    margin-bottom: 28px;
}

.noesor-home-capability-grid article {
    min-height: 205px;
}

.noesor-home-capability-grid h3 {
    margin-top: 30px;
}

/* El fondo termina cerca del contenido y no crea una franja artificial. */
.noesor-home-capabilities::before {
    inset: -44px 0;
    box-shadow: 0 0 0 100vmax #07111f;
    clip-path: inset(0 -100vmax);
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .noesor-home-capabilities {
        margin-bottom: 24px;
        padding-top: 24px;
    }

    .noesor-home-capability-grid article {
        min-height: 190px;
        padding: 24px 26px;
    }

    .noesor-home-capability-grid h3 {
        margin-top: 26px;
    }
}

@media (max-width: 980px) {
    .noesor-home-capabilities {
        margin-bottom: 36px;
        padding-top: 24px;
    }
}

@media (max-width: 640px) {
    .noesor-home-capabilities {
        margin-bottom: 30px;
    }
}
