﻿
[data-section="ourContent"] {
    padding-bottom: 80px;
}

.ld-smash-our-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

    .ld-smash-our-content > img {
        width: calc(250px + 45vh);
        max-width: 50vw;
        border-radius: 10px;
    }

    .ld-smash-our-content > div {
        background: #f6f6f6;
        border-radius: 10px;
        width: 100%;
        max-width: 600px;
        padding: 30px;
    }

        .ld-smash-our-content > div > h3 {
            color: #ffaa00;
            font-weight: normal;
            text-align: center;
        }

        .ld-smash-our-content > div ul {
            margin-top: 15px;
            list-style: none;
        }

        .ld-smash-our-content > div li {
            padding: 3px 5px;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .ld-smash-our-content > div li:last-of-type {
                list-style: none;
            }

            .ld-smash-our-content > div li img {
                width: 24px;
                height: 24px;
            }

@media all and (max-height: 700px) {
   
    [data-section="ourContent"] {
        padding-bottom: 90px;
    }

    .ld-smash-our-content > div ul li {
        padding: 0;    
    }

    [data-section="ourContent"] .ld-smash-deco-bottom-wave {
        margin-bottom: 15px;
    }

    .ld-smash-our-content > img {
        width: calc(250px + 35vh);
    }
}


@media all and (max-height: 600px) {
    .ld-smash-our-content > img {
        width: calc(250px + 30vh);
    }
}


@media all and (max-width: 800px) {
    .ld-smash-our-content {
        flex-direction: column;
        flex-wrap: nowrap;
    }
        .ld-smash-our-content > div {
            padding: 15px;
            width: calc(100vw - 15px);
            max-width: 500px;
        }

    [data-section="ourContent"] .ld-smash-deco-top-wave {
        margin-top: 20px;
    }

        [data-section="ourContent"] .ld-smash-deco-top-wave:before {
            height: 30px;
            top: -30px;
        }
}

@media all and (max-width: 800px) and (orientation: portrait){

    .ld-smash-our-content > img {
        width: calc(100vw - 15px);
        max-width: 500px;
    }
}