﻿
.ld-smash-sales-students-no-devices {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
    padding: 15px;
}

    .ld-smash-sales-students-no-devices > div:first-child {
       flex: 0 1 auto;
    }

    .ld-smash-sales-students-no-devices > div:last-child {
        flex: 0;
    }

    .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 60px;
        justify-content: flex-end;
    }

        .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section > div {
            background: #f6f6f6;
            padding: 15px 30px;
            text-align: left;
            max-width: 600px;
            width: 100%;
            border-radius: 0 10px 10px 0;
        }

            .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section > div p:not(:last-of-type) {
                margin-bottom: 15px;
            }

            .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section > div p:first-of-type {
                margin-bottom: 10px;
            }

            .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section > div ul {
                margin-left: 15px;
            }

    .ld-smash-sales-students-no-devices img {
        width: calc(200px + 30vh);
        max-width: 50vw;
        border-radius: 10px;
    }


    .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section:last-of-type > div {
        background: #fef8f0;
        min-height: 100px;
        display: flex;
        align-items: center;
    }

    .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section:last-of-type p:first-of-type {
        text-align: left;
    }

    .ld-smash-sales-students-no-devices > div:last-of-type .ld-smash-sales-students-no-devices-section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

        .ld-smash-sales-students-no-devices > div:last-of-type .ld-smash-sales-students-no-devices-section p {
            width: 75%;
            background: #fef8f0;
            padding: 30px;
            border-radius: 0 0 10px 10px;
            text-align: left;
        }

[data-section="usingSmashNoOneToOne"] .ld-smash-sales-section-pf-center-f1 .ld-smash-sales-section,
[data-section="usingSmashNoOneToOne"] .ld-smash-sales-section-pf-center-f1 {
    max-width: 1600px;
}

[data-section="usingSmashNoOneToOne"] {
    padding-bottom: 90px;
}



@media all and (min-height: 1200px) and (orientation: landscape) {
    .ld-smash-sales-students-no-devices img {
        width: calc(200px + 25vh);
        max-width: 600px;
    }
}


@media all and (max-height: 1000px) and (orientation: landscape) {
    .ld-smash-sales-students-no-devices img {
        width: calc(200px + 25vh);
    }

    [data-section="usingSmashNoOneToOne"] .ld-smash-deco-bottom-wave {
        margin: 0;
    }

    .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section {
        margin-bottom: 15px;
    }
}

@media all and (max-height: 800px) and (orientation: landscape) {
    .ld-smash-sales-students-no-devices img {
        width: calc(200px + 20vh);
    }
}

@media all and (max-height: 800px) and (orientation: landscape) {
    .ld-smash-sales-students-no-devices img {
        width: calc(200px + 20vh);
    }
}


@media all and (max-width: 1400px) {
    .ld-smash-sales-students-no-devices img {
        max-width: 30vw;
    }
}

@media all and (max-width: 1200px) {
    .ld-smash-sales-students-no-devices img {
        max-width: 27vw;
    }

    .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section > div {
        padding: 10px;
        border-radius: 10px;
    }
}

@media all and (max-width: 1000px) {
    .ld-smash-sales-students-no-devices {
        padding-top: 20px;
    }

        .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section {
            flex-direction: column;
            align-content: center;
            align-items: center;
        }
}

@media all and (max-width: 900px)  {
    .ld-smash-sales-students-no-devices {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

        .ld-smash-sales-students-no-devices > div:first-of-type .ld-smash-sales-students-no-devices-section {
            margin-bottom: 15px;
        }

        .ld-smash-sales-students-no-devices img {
            width: calc(200px + 30vh);
            max-width: 95%;
            margin-bottom: 10px;
        }

    [data-section="usingSmashNoOneToOne"] {
        padding-bottom: 70px;
    }

    .ld-smash-sales-students-no-devices > div:last-of-type .ld-smash-sales-students-no-devices-section p {
        width: 100%;
    }
}


@media all and (max-width: 800px), all and (max-height: 800px) {

    [data-section="usingSmashNoOneToOne"] {
        padding-bottom: 80px;
    }
}
