﻿
.ld-smash-sales-engage-and-propel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

    .ld-smash-sales-engage-and-propel > div {
        max-width: 400px;
        text-align: left;
        display: flex;
        gap: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .ld-smash-sales-engage-and-propel h2 {
        line-height: 1.2;
        padding: 0 10px;
    }

    .ld-smash-sales-engage-and-propel div p {
        padding: 0 10px;
    }

        .ld-smash-sales-engage-and-propel div p:last-of-type {
            font-weight: 600;
        }

    .ld-smash-sales-engage-and-propel .ld-smash-sales-book-a-consultation-btn {
        justify-self: center;
    }

    .ld-smash-sales-engage-and-propel img {
        width: calc(150px + 30vh);
        height: auto;
        max-width: 50vw;
        min-height: auto;
    }


[data-section="home"] .ld-smash-sales-section-pf-center-f1 {
    justify-content: space-evenly;
}

#homeMobileHeader {
    display: none;
}

@media all and (max-height: 700px) {
    .ld-smash-sales-engage-and-propel > div {
        gap: 30px;
    }

    .ld-smash-sales-engage-and-propel img {
        width: calc(150px + 20vh);
    }
}




@media all and (max-width: 800px) {
    .ld-smash-sales-engage-and-propel > div {
        max-width: 800px;
        gap: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .ld-smash-sales-engage-and-propel {
        flex-direction: column;
        gap: 20px;
    }

        .ld-smash-sales-engage-and-propel img {
            width: calc(150px + 10vh);
        }
}

@media all and (max-width: 600px) {
    #homeMobileHeader {
        display: flex;
        padding-top: 20px;
    }
}

@media all and (max-height: 700px) and (orientation: portrait) {
    .book-a-consultation-reminding-info img {
        width: 80px;
    }

    .book-a-consultation-reminding-info h1 {
        font-size: 24px;
    }

    .book-a-consultation-reminding-info p b,
    .book-a-consultation-reminding-info p {
        font-size: 14px;
    }

    .book-a-consultation-reminding-image {
        padding: 15px;
    }

    .book-a-consultation-reminding-image img {
        max-width: 150px;
    }
}

@media all and (max-height: 600px) and (orientation: landscape) {
    .book-a-consultation-reminding-info {
        gap: 5px;
    }

    .book-a-consultation-reminding-info img {
        width: 80px;
    }

    .book-a-consultation-reminding-info h1 {
        font-size: 24px;
    }

        .book-a-consultation-reminding-info p b,
        .book-a-consultation-reminding-info p {
            font-size: 14px;
        }

    .book-a-consultation-reminding-image {
        padding: 5px;
    }

        .book-a-consultation-reminding-image img {
            max-width: 150px;
        }
}

