*, ** {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
}

:root {
    --section-header-font-size: clamp(14px, 3.76px + 1.6vw, 30px);
    --section-subheader-font-size: clamp(10px, 1.04px + 1.4vw, 24px);
    --content-text-font-size: clamp(7px, 0.6px + 1vw, 17px);
    --content-text-big-font-size: clamp(8px, 0.32px + 1.2vw, 20px);
    --common-link-color: #0071FF;
}

@media (max-width: 640px) {
    :root {
        --section-header-font-size: 20px;
        --content-text-font-size: 11px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

.deco-be25-5g_v1 {
    width: 100%;
    font-family: "Manrope";
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

    h1, h2, h3, h4, h5, h6 {
        font-weight: 700; /* Put the bold back */
        color: #1a1a1a;
        line-height: 1.2;
    }

    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.75rem; }

    p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    }

    h1, h2, h3, h4, h5, h6, strong, b {
        font-weight: bold;
    }

    h1, h2, h3, p, ul, ol {
        margin-top: 0;
        margin-bottom: 1.25rem; /* Forces clean, vertical breathing room */
    }

    > section {
        width: 100%;
        box-sizing: border-box;
        font-family: "Manrope";
    }

    .deco-be25-banner {
        position: relative;
    }

    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }

    .banner-img {
        width: 100%;
    }

    .banner-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 46%;
        left: 19%;
        display: flex;
        flex-direction: column;

        @media (max-width: 640px) {
            right: auto;
            left: 5%;
            transform: none;
            top: 14%;
        }
    }

    .banner-header {
        font-size: clamp(20px, 0.8px + 3vw, 50px);
        margin-top: 0;
        font-weight: 600;

        @media (max-width: 640px) {
            font-size: 24px;
        }
    }

    .prod-full-name {
        font-size: clamp(10px, 0.4px + 1.5vw, 25px);
        margin: 0;

        @media (max-width: 640px) {
            font-size: 14px;
        }
    }

    .prod-short-name {
        border: 1px solid black;
        padding: clamp(4px, 0.16px + 0.6vw, 10px) clamp(8px, 0.32px + 1.2vw, 20px);
        border-radius: 5px;
        width: fit-content;
        font-size: clamp(12px, 3.04px + 1.4vw, 26px);
        margin-top: clamp(16px, 0.64px + 2.4vw, 40px);
        margin-bottom: clamp(16px, 0.64px + 2.4vw, 40px);
    }

    .compatible-companies-img {
        width: 80%;
        
        @media (max-width: 640px) {
            width: 35%;
        }
    }

    .perks-mosaic {
        width: 63%;
        margin: clamp(20px, 7.2px + 2vw, 40px) auto;

        @media (max-width: 640px) {
            width: 95%;
        }
    }

    .grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: clamp(2px, 0.08px + 0.3vw, 5px);

        @media (max-width: 640px) {
            grid-template-rows: repeat(10, 1fr);
        }
    }

    .dual-band-wifi {
        grid-column: 1 / 4;
        grid-row: 1 / 4;
        position: relative;
        @media (max-width: 640px) {
            grid-column: 1 / 7;
            grid-template-rows: 1 / 5;
        }
    }

    .dual-band-wifi-text {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 50%;
        color: white;
        top: 3%;
        left: 5%;
    }

    .dual-band-wifi-text-1 {
        font-size: clamp(9px, 3.24px + 0.9vw, 18px);
        font-size: var(--content-text-font-size);
        font-weight: 300;
    }

    .dual-band-wifi-text-2 {
        font-size: var(--section-header-font-size);
        font-weight: 500;

        @media (max-width: 640px) {
            font-size: 20px;
        }
    }

    .cutting-edge-5g {
        grid-column: 4 / 7;
        grid-row: 1 / 3;
        position: relative;
        @media (max-width: 640px) {
            grid-column: 1 / 7;
            grid-row: 6 / 8;
        }
    }

    .cutting-edge-5g-text {
        position: absolute;
        right: 14%;
        top: 2%;
        left: 3%;
        display: flex;
        flex-direction: column;
    }

    .cutting-edge-5g-text-1 {
        font-size: var(--section-header-font-size);
        font-weight: 600;
        /* font-size: clamp(14px, 3.76px + 1.6vw, 30px);
        font-weight: 600; */
    }

    .cutting-edge-5g-text-2 {
        font-size: clamp(9px, 3.24px + 0.9vw, 18px);
        font-weight: 300;
        @media (max-width: 640px) {
            font-size: 12px;
        }
    }

    .bottom-left-matrix {
        grid-column: 1 / 4;
        grid-row: 4 / 6;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(2px, 0.08px + 0.3vw, 5px);

        @media (max-width: 640px) {
            grid-column: 1 / 7;
            grid-row: 4 / 6;
        }
    }

    .dual-band-wifi,
    .cutting-edge-5g,
    .over-150-devices,
    .whole-home-mesh {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: clamp(2px, -0.56px + 0.4vw, 6px);
    }

    .bottom-left-matrix picture,
    .cutting-edge-5g picture,
    .dual-band-wifi picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .dual-band-wifi img,
    .cutting-edge-5g img,
    .bottom-left-matrix img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .over-150-devices {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .over-150-devices picture,
    .over-150-devices .over-150-devices-text {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .over-150-devices picture {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .over-150-devices picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .over-150-devices .over-150-devices-text {
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        /* padding: 20px; */
        box-sizing: border-box;
        margin: 0;
    }

    .over-150-devices-text-1 {
        font-size: clamp(9px, 3.24px + 0.9vw, 18px);
        font-weight: 300;
        text-align: center;
        
        @media (max-width: 640px) {
            font-size: 12px;
        }
    }

    .over-150-devices-text-2 {
        font-size: clamp(11px, 5.24px + 0.9vw, 20px);
        font-weight: 600;
        text-align: center;
    }

    .whole-home-mesh {
        position: relative;
    }

    .whole-home-mesh-text {
        position: absolute;
        top: 5%;
        left: 5%;
        display: flex;
        flex-direction: column;
        margin: 0;
        font-size: clamp(10px, 2.32px + 1.2vw, 22px);
        font-weight: 300;

        @media (max-width: 640px) {
            font-size: 12px;
        }
    }

    .whole-home-mesh-text-2 {
        font-weight: 600;
    }

    .icons-matrix {
        grid-column: 4 / 7;
        grid-row: 3 / 6;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: clamp(2px, 0.08px + 0.3vw, 5px);

        @media (max-width: 640px) {
            grid-column: 1 / 7;
            grid-row: 8 / 11;
        }
    }

    .mtile {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #F5F5F5;
        border-radius: clamp(2px, -0.56px + 0.4vw, 6px);
    }

    .tile-inner {
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .tile-inner img {
        flex: 1;
        width: 33%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
    }

    .icons-tile-text {
        flex: 1;
        margin: 0;
        padding: 0 clamp(2px, -3.12px + 0.8vw, 10px);
        text-align: center;
        font-size: var(--content-text-font-size);
        display: block;
    }

    .wifi7 {
        position: relative;
        width: 100%;
        @media (max-width: 640px) {
            position: auto;
            display: flex;
            width: 95%;
            flex-direction: column-reverse;
            margin-top: 20px;
        }
    }

    .wifi7-img {
        width: 100%;
    }

    .wifi7-content {
        position: absolute;
        top: 20%;
        right: 48%;
        left: 19%;

        @media (max-width: 640px) {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            margin-bottom: 10px;
        }
    }

    .wifi7-content-header {
        font-size: var(--section-header-font-size);
    }

    .wifi7-content-text {
        font-size: var(--content-text-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .wifi7-links {
        display: flex;
        font-size: var(--content-text-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
            justify-content: space-between;
        }
    }

    .wifi7-links a {
        color: var(--common-link-color);
    }

    .wifi7-links a:first-child {
        width: 40%;

        @media (max-width: 640px) {
            width: auto;
        }
    }

    .wifi7-speeds {
        position: relative;
        @media (max-width: 640px) {
            position: auto;
            display: flex;
            flex-direction: column-reverse;
            width: 95%;
            margin-top: 20px;
        }
    }

    .wifi7-speeds-img {
        width: 100%;

        @media (max-width: 640px) {
            margin-top: 20px;
        }
    }

    .wifi7-speeds-content {
        position: absolute;
        top: 50%;
        right: 49%;
        left: 19%;
        transform: translateY(-50%);

        @media (max-width: 640px) {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            transform: none;
        }
    }

    .wifi7-speeds-content-header {
        font-size: var(--section-header-font-size);
    }

    .wifi7-speeds-content-text {
        font-size: var(--content-text-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .speed-bars {
        margin: clamp(8px, 0.32px + 1.2vw, 20px) 0;
        display: flex;
        flex-direction: column;
        gap: clamp(8px, 0.32px + 1.2vw, 20px);
    }

    .speed-bar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .speed-bar__label {
        font-size: var(--content-text-font-size);
        font-weight: 700;
        color: rgba(0, 0, 0, 0.84);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .speed-bar__value {
        font-size: var(--content-text-font-size);
        font-weight: 700;
        color: rgba(0, 0, 0, 0.84);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .speed-bar__track {
        height: clamp(5px, 1.16px + 0.6vw, 11px);
        border-radius: 11px;
        overflow: hidden;
        background-color: #EAEAEA;

        @media (max-width: 640px) {
            height: 7px;
        }
    }

    .speed-bar__fill {
        height: 100%;
        border-radius: 11px;
        width: 100%;
    }

    .speed-bar__fill--1 {
        background: linear-gradient(90deg, #156ae0, #0087ff 55%, #47ceff);
    }

    .speed-bar__fill--2 {
        background: gray;
    }

    .speed-bar__fill--3 {
        background: linear-gradient(90deg, #156ae0, #0087ff 55%, #47ceff);
    }

    .speed-bar__fill--4 {
        background: linear-gradient(90deg, #0087ff, #47ceff);
    }

    .speed-bar__fill--5 {
        background: gray;
    }

    .speed-bar:nth-child(1) .speed-bar__text-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 6px;
    }

    .speed-bar:nth-child(1) .speed-bar__track {
        width: 100%;
    }

    .speed-bar:not(:nth-child(1)) {
        display: grid;
        grid-template-rows: auto auto;
        gap: 0 6px;
        align-items: center;
    }

    .sbv1, .sbv2 {
        font-weight: 800;
        font-size: calc(1em + 4px);

        @media (max-width: 640px) {
            font-size: calc(1em);
        }
    }

    .sb2 {
        grid-template-columns: 23.87% auto;
    }

    .sb4 {
        grid-template-columns: 24% auto;
    }

    .sb5 {
        grid-template-columns: 12% auto;
    }

    .speed-bar:not(:nth-child(1)) .speed-bar__text-row {
        display: contents; 
    }

    .speed-bar:not(:nth-child(1)) .speed-bar__label {
        grid-row: 1;
        grid-column: 1 / -1; 
    }

    .speed-bar:not(:nth-child(1)) .speed-bar__track {
        grid-row: 2;
        grid-column: 1; 
        width: 100%;
    }

    .speed-bar:not(:nth-child(1)) .speed-bar__value {
        grid-row: 2;
        grid-column: 2; 
        white-space: nowrap;
    }

    .section-5g {
        position: relative;

        @media (max-width: 640px) {
            display: flex;
            flex-direction: column-reverse;
            margin-top: 30px;
            width: 95%;
        }
    }

    .section-5g-img {
        width: 100%;
    }

    .section-5g-content {
        position: absolute;
        top: 50%;
        left: 54%;
        right: 13%;
        transform: translateY(-50%);
        
        @media (max-width: 640px) {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            transform: none;
        }
    }

    .section-5g-content-header {
        font-size: var(--section-header-font-size);
        margin: 0;
    }

    .section-5g-content-text {
        font-size: var(--content-text-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .section-5g-content a {
        font-size: var(--content-text-font-size);
        color: var(--common-link-color);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .anywhere-anytime {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: clamp(16px, 0.64px + 2.4vw, 40px);
        @media (max-width: 640px) {
            width: 95%;
            align-items: flex-start;
        }
    }

    .anywhere-anytime-header {
        font-size: var(--section-header-font-size);
    }

    .anywhere-anytime-subheader {
        font-size: var(--section-subheader-font-size);
        margin: 0;

        @media (max-width: 640px) {
            font-size: 18px;
            margin-bottom: 16px;
        }
    }

    .anywhere-anytime-content-text {
        font-size: var(--content-text-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .carousel-container {
        position: relative;
        width: 70%;
        /* max-width: 800px; */
        margin: 20px auto 60px auto;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        overflow: hidden; 
        box-sizing: border-box;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .carousel-track {
        display: flex;
        width: 100%;
    }

    .carousel-item {
        flex: 0 0 calc(100% - 40px);
        width: calc(100% - 40px);
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .carousel-img {
        width: 100%; 
        height: auto;
        display: block;
        aspect-ratio: 16 / 9;
        object-fit: cover; 
        border-radius: 10px;
    }

    .carousel-pagination {
        position: relative; 
        display: flex;
        justify-content: center; 
        gap: 12px;
        padding-bottom: 10px; 
    }

    .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #A5A5A5;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .dot.active {
        background-color: black;
        transform: scale(1.1);
    }

    @media (max-width: 640px) {
        .carousel-container {
            overflow: visible;
            margin-bottom: 40px;
        }

        .carousel-track {
            flex-direction: column;
            row-gap: 20px;
            transform: none !important;
            transition: none !important;
        }

        .carousel-item {
            flex: 0 0 100%;
            width: 100%;
            margin: 0;
        }

        .carousel-img {
            border-radius: 3px;
        }

        #clone-first {
            display: none;
        }

        .carousel-pagination {
            display: none;
        }
    }

    .ultra-fast-perf {
        position: relative;
        margin-bottom: clamp(16px, 0.64px + 2.4vw, 40px);

        @media (max-width: 640px) {
            display: flex;
            flex-direction: column-reverse;
            width: 95%;
            margin-bottom: 30px;
        }
    }

    .ultra-fast-perf-img {
        width: 100%;
    }

    .ultra-fast-perf-content {
        position: absolute;
        top: 50%;
        right: 15%;
        left: 55%;
        transform: translateY(-50%);

        @media (max-width: 640px) {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            transform: none;
            margin-bottom: 20px;
        }
    }

    .ultra-fast-perf-content-header {
        font-size: var(--section-header-font-size);
        margin: 0;
    }

    .ultra-fast-perf-content-text {
        font-size: var(--content-text-font-size);
        margin: clamp(10px, -9.2px + 3vw, 40px) auto;

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .ultra-fast-perf-content-icons {
        width: 37%;

        @media (max-width: 640px) {
            width: 60%;
        }
    }

    .backhaul {
        display: flex;
        flex-direction: column;
        align-items: center;

        @media (max-width: 640px) {
            align-items: flex-start;
            width: 95%;
        }
    }

    .backhaul-header {
        font-size: var(--section-header-font-size);
        text-align: center;
        
        @media (max-width: 640px) {
            text-align: left;
        }
    }

    .backhaul-content-text {
        width: 77%;
        font-size: var(--content-text-big-font-size);
        margin-bottom: clamp(20px, -5.6px + 4vw, 60px);
        text-align: center;

        @media (max-width: 640px) {
            width: 100%;
            font-size: 16px;
            text-align: left;
        }
    }

    .backhaul-img-container {
        position: relative;
        width: 100%;
        font-size: var(--content-text-big-font-size);
        @media (max-width: 640px) {
            font-size: var(--section-subheader-font-size);
        }
    }

    .backhaul-img {
        width: 100%;
    }

    .backhaul-img-5ghz {
        position: absolute;
        top: 27%;
        left: 50%;
        font-weight: 600;
        color: white;
        transform: translateX(-50%);
        font-size: var(--section-subheader-font-size);

        @media (max-width: 640px) {
            top: 18%;
            font-size: 15px;
            width: 100%;
            text-align: center;
        }
    }

    .backhaul-img-24ghz {
        position: absolute;
        top: 45%;
        left: 50%;
        font-weight: 600;
        color: white;
        transform: translateX(-50%);
        font-size: var(--section-subheader-font-size);

        @media (max-width: 640px) {
            top: 49%;
            width: 100%;
            font-size: 15px;
            text-align: center;
        }
    }

    .backhaul-img-ethernet {
        position: absolute;
        top: 67%;
        left: 50%;
        font-weight: 600;
        transform: translateX(-50%);
        font-size: var(--section-subheader-font-size);

        @media (max-width: 640px) {
            top: 83%;
            width: 100%;
            text-align: center;
            font-size: 14px;
        }
    }

    .backhaul-subheader {
        font-size: var(--section-subheader-font-size);

        @media (max-width: 640px) {
            width: 100%;
            text-align: center;
            font-size: 14px;
            margin-top: 12px;
        }
    }

    .deco-app {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: clamp(30px, 10.8px + 3vw, 60px);
        width: 100%;

        @media (max-width: 640px) {
            align-items: flex-start;
            width: 95%;
        }
    }

    .deco-app-header {
        font-size: var(--section-header-font-size);
        text-align: center;

        @media (max-width: 640px) {
            margin: 0;
            margin-bottom: 16px;
        }
    }

    .deco-app-content-text {
        font-size: var(--content-text-font-size);
        text-align: center;

        @media (max-width: 640px) {
            text-align: left;
            font-size: 16px;
            /* font-size: var(--content-text-big-font-size); */
        }
    }

    .deco-app-steps {
        display: flex;
        width: 70%;
        justify-content: space-between;
        margin-bottom: clamp(20px, 7.2px + 2vw, 40px);

        @media (max-width: 640px) {
            flex-direction: column;
            width: auto;
        }
    }

    .deco-app-step {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        align-items: baseline;
        column-gap: clamp(3px, -1.48px + 0.7vw, 10px);

        @media (max-width: 640px) {
            margin-bottom: 10px;
        }
    }

    .deco-app-step-number {
        grid-row: 1;
        grid-column: 1;
        font-size: var(--section-subheader-font-size);
        margin: 0;

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .deco-app-step-subheader {
        grid-row: 1;
        grid-column: 2;
        font-size: var(--section-subheader-font-size);
        margin: 0;

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .deco-app-step-content-text {
        grid-row: 2;
        grid-column: 2;
        font-size: var(--content-text-font-size);
        margin: 0;

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .deco-app-img {
        width: 100%;
    }

    .deco-app picture {
        width: 100%;
    }

    .smart-security {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: clamp(30px, 10.8px + 3vw, 60px);
        margin-bottom: clamp(16px, 0.64px + 2.4vw, 40px);

        @media (max-width: 640px) {
            align-items: flex-start;
            width: 95%;
        }
    }

    .homeshield-logo {
        width: 10%;

        @media (max-width: 640px) {
            width: 40%;
            margin-top: 20px;
        }
    }

    .smart-security-header {
        font-size: var(--section-header-font-size);
        text-align: center;
        margin: clamp(10px, 3.6px + 1vw, 20px) 0;

        @media (max-width: 640px) {
            width: 60%;
            text-align: left;
            margin: 20px 0;
        }
    }

    .smart-security-content-text {
        font-size: var(--content-text-big-font-size);
        width: 80%;
        text-align: center;

        @media (max-width: 640px) {
            text-align: left;
            font-size: 16px;
            width: 100%;
        }
    }

    .smart-security-links {
        display: flex;
        font-size: var(--content-text-font-size);
        width: 50%;
        justify-content: space-between;

        @media (max-width: 640px) {
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }
    }

    .smart-security-links a {
        color: var(--common-link-color);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .smart-security-cards {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: clamp(20px, 7.2px + 2vw, 40px);

        @media (max-width: 640px) {
            flex-direction: column;
            
        }
    }

    .smart-security-card {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        gap: 0;
        flex: 1;
        border-radius: clamp(10px, 3.6px + 1vw, 20px);
        border: none;
        overflow: hidden;

        @media (max-width: 640px) {
            border-radius: 3px;
        }
    }

    .card-imgs-container {
        position: relative;
    }

    .card-img-text {
        font-size: var(--section-subheader-font-size);
        font-weight: 700;
        color: white;

        @media (max-width: 640px) {
            font-size: 22px;
        }
    }

    .card-img-text-1 {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 45%;
    }

    .card-img-text-2 {
        position: absolute;
        /* width: 50%; */
        text-align: center;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 45%;
    }

    .smart-security-card picture {
        margin: 0;
        padding: 0;
        display: block;
    }

    .card-img {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .card-content {
        background-color: #EEEEEE;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: clamp(10px, -9.2px + 3vw, 40px);
        flex: 1;
    }

    .card-content-subheader {
        font-size: var(--section-subheader-font-size);
        text-align: center;
        margin: 0 0 clamp(5px, -4.6px + 1.5vw, 20px) 0;

        @media (max-width: 640px) {
            font-size: 22px;
            width: 85%;
            margin: 16px 0;
        }
    }

    .card-content-text {
        font-size: var(--content-text-font-size);
        margin: 0;
        text-align: center;

        @media (max-width: 640px) {
            font-size: 16px;
            width: 85%;
        }
    }

    .private-security {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

        @media (max-width: 640px) {
            align-items: flex-start;
            width: 95%;
            margin-top: 20px;
        }
    }

    .private-security-header {
        font-size: var(--section-header-font-size);
        margin: clamp(30px, 10.8px + 3vw, 60px) 0 0 0;
        text-align: center;

        @media (max-width: 640px) {
            text-align: left;
            margin: 16px 0;
        }
    }

    .private-security-content-text {
        width: 80%;
        text-align: center;
        font-size: var(--content-text-big-font-size);

        @media (max-width: 640px) {
            text-align: left;
            font-size: 16px;
            width: 100%;
        }
    }

    .private-security picture {
        width: 100%;
        margin-top: clamp(20px, 7.2px + 2vw, 40px);
    }

    .private-security-img {
        width: 100%;
    }

    .easy-management {
        display: flex;
        gap: 10px;
        margin-top: clamp(30px, 10.8px + 3vw, 60px);
        align-items: center;

        @media (max-width: 640px) {
            flex-direction: column;
            width: 95%;
            margin-top: 40px;
        }
    }

    .easy-management-content {
        width: 50%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .easy-management-subcontent {
        width: 80%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .easy-management-content-header {
        font-size: var(--section-header-font-size);
    }

    .easy-management-content-text {
        font-size: var(--content-text-big-font-size);

        @media (max-width: 640px) {
            font-size: 16px;
        }
    }

    .easy-management picture {
        width: 50%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .easy-management-img {
        width: 100%;
    }

    .voice-control {
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: clamp(30px, 10.8px + 3vw, 60px);

        @media (max-width: 640px) {
            flex-direction: column;
            align-items: flex-start;
            width: 95%;
        }
    }

    .voice-control-content {
        width: 50%;
        display: flex;
        justify-content: flex-end;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .voice-control-subcontent {
        width: 80%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .voice-control-content-header {
        font-size: var(--section-header-font-size);

        @media (max-width: 640px) {
            text-align: left;
        }
    }

    .voice-control-content-text {
        font-size: var(--content-text-big-font-size);

        @media (max-width: 640px) {
            text-align: left;
            font-size: 16px;
        }
    }

    .voice-control-content-img {
        width: 40%;

        @media (max-width: 640px) {
            width: 55%;
        }
    }

    .voice-control picture {
        width: 50%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .voice-control-img {
        width: 100%;
    }

    .work-together {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: clamp(30px, 10.8px + 3vw, 60px);

        @media (max-width: 640px) {
            flex-direction: column;
            align-items: flex-start;
            width: 95%;
        }
    }

    .work-together-content {
        width: 50%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .work-together-subcontent {
        width: 80%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .work-together-content-header {
        font-size: var(--section-header-font-size);
    }

    .work-together-content-text {
        font-size: var(--content-text-big-font-size);

        @media (max-width: 640px) {
            text-align: left;
            font-size: 16px;
        }
    }

    .work-together picture {
        width: 50%;

        @media (max-width: 640px) {
            width: 100%;
        }
    }

    .work-together-img {
        width: 100%;
    }

    @media (max-width: 640px) {
        .mobile-only {
            display: block;
        }

        .desktop-only {
            display: none;
        }
    }
}