/* =========================================================
   SNOW HILLS - HOME ABOUT SECTION
========================================================= */


/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {

    background: #fff4f6;

    padding-top: 280px;
    padding-bottom: 200px;

    position: relative;

    overflow: hidden;
}


/* =========================================================
   SCALE
========================================================= */

.about-scale {

    transform: scale(1.25);

    transform-origin: center;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.about-section::before {

    content: '';

    position: absolute;

    top: -50px;
    right: 100px;

    width: 400px;
    height: 500px;

    border-radius: 50%;

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   CONTAINER
========================================================= */

.about-container {

    width: 100%;

    max-width: 1020px;

    margin: 0 auto;

    padding-right: 15px;

    display: flex;

    align-items: center;

    position: relative;

    z-index: 1;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.about-left {

    flex: 1;

    margin-left: 60px;
}


/* =========================================================
   ABOUT HEADING
========================================================= */

.about-left h2 {

    font-family: "Work Sans", sans-serif;

    font-size: 30px;

    font-weight: 700;

    line-height: 51px;

    color: rgb(28, 16, 24);

    margin: 0 0 10px;
}


/* =========================================================
   ABOUT TEXT
========================================================= */

.about-text {

    font-size: 13px;

    color: #333;

    margin-bottom: 15px;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;
}


.about-text strong {

    color: #1a0f1e;

    font-weight: 600;

    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   FEATURES
========================================================= */

.feature {

    display: flex;

    gap: 15px;

    align-items: flex-start;

    margin-top: 14px;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.feature-icon {

    width: 60px;

    height: 60px;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    position: relative;
}


.feature-icon img {

    width: 35px;

    height: 35px;

    object-fit: contain;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.feature div h4 {

    font-size: 18px;

    font-weight: 700;

    font-family: "Work Sans", sans-serif;

    color: #1a0f1e;

    margin: 0;
}


.feature div p {

    font-size: 13.5px;

    color: black;

    line-height: 1.5;

    font-family: "Montserrat", sans-serif;

    margin-top: 7px;

    width: 350px;

    font-weight: 500;
}


.feature div p strong {

    font-weight: 600;

    color: #1a0f1e;
}


/* =========================================================
   ABOUT BUTTON
========================================================= */

.about-btn {

    margin-top: 35px;

    background: #d33d5a;

    color: #fff;

    border: none;

    padding: 8px 18px;

    border-radius: 30px;

    font-size: 12px;

    cursor: pointer;

    transition: all 0.3s ease;

    box-shadow: 0 4px 20px rgba(233, 75, 100, 0.3);
}


.about-btn:hover {

    background-color: #6929b6;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.about-right {

    flex: 1;

    position: relative;

    display: flex;

    justify-content: flex-end;
}


/* =========================================================
   IMAGE STACK
========================================================= */

.image-stack {

    position: relative;

    width: 100%;

    max-width: 360px;

    height: auto;
}


/* =========================================================
   DECORATIVE INNER IMAGE
========================================================= */

.innerimg {

    position: absolute;

    bottom: 70px;

    left: -20px;

    width: 400px;

    height: auto;

    z-index: 1;

    opacity: 1;
}


/* =========================================================
   DECORATIVE YELLOW IMAGE
========================================================= */

.inneryello {

    position: absolute;

    top: -100px;

    width: 250px;

    height: auto;

    left: -40px;

    z-index: 1;

    opacity: 1;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.img-main {

    width: 100%;

    border-radius: 24px;

    position: relative;

    z-index: 3;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

    display: block;

    bottom: 100px;
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.image-overlay {

    position: absolute;

    bottom: 15px;

    right: 0;

    width: 58%;

    border-radius: 18px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

    z-index: 4;

    display: block;
}


/* =========================================================
   SATISFIED CLIENT BOX
========================================================= */

.satisfied-client {

    position: absolute;

    left: -35px;

    bottom: -35px;

    width: 260px;

    min-height: 92px;

    background: #7425c5;

    border-radius: 24px;

    display: flex;

    align-items: center;

    padding: 14px 20px;

    box-sizing: border-box;

    z-index: 10;

    box-shadow: 0 15px 35px rgba(70, 20, 120, 0.20);
}


/* =========================================================
   SATISFIED CLIENT ICON
========================================================= */

.satisfied-client-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    border-radius: 50%;

    background: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;
}


/* =========================================================
   SATISFIED CLIENT ICON IMAGE
========================================================= */

.satisfied-client-icon img {

    width: 40px;

    height: 40px;

    object-fit: contain;

    display: block;
}


/* =========================================================
   SATISFIED CLIENT CONTENT
========================================================= */

.satisfied-client-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    line-height: 1;
}


/* =========================================================
   SATISFIED CLIENT NUMBER
========================================================= */

.satisfied-client-content h3 {

    margin: 0;

    font-family: "Work Sans", sans-serif;

    font-size: 31px;

    font-weight: 800;

    line-height: 1;

    color: #ffffff;

    white-space: nowrap;
}


/* =========================================================
   SATISFIED CLIENT TEXT
========================================================= */

.satisfied-client-content p {

    margin: 6px 0 0;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.2;

    color: #ffffff;

    white-space: nowrap;
}


/* =========================================================
   ABOUT EXTRA TEXT
========================================================= */

.about_ul {

    margin-top: 15px;
}


.about_para {

    margin-top: 10px;

    margin-bottom: 10px;

    color: black;

    font-weight: 500;
}


/* =========================================================
   ABOUT PARAGRAPH 1
========================================================= */

.para_text1 {

    margin-top: 15px;

    font-size: 13px;

    font-weight: 500;

    line-height: 19.2px;

    font-family: Montserrat, sans-serif;

    color: black;

    width: 450px;
}


/* =========================================================
   ABOUT PARAGRAPH 2
========================================================= */

.para_text2 {

    margin-bottom: 12px;

    font-weight: 500;

    font-size: 13px;

    line-height: 19.2px;

    font-family: Montserrat, sans-serif;

    color: black;
}


/* =========================================================
   OPTIONAL: KEEP SATISFIED BOX ABOVE EVERYTHING
========================================================= */

.about-right,
.image-stack {

    overflow: visible;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .about-section {

        padding-top: 190px;

        padding-bottom: 150px;
    }


    .about-scale {

        transform: scale(1);

        transform-origin: center;
    }


    .about-container {

        max-width: 920px;

        padding: 0 30px;
    }


    .about-left {

        margin-left: 20px;
    }


    .about-left h2 {

        font-size: 28px;

        line-height: 1.35;
    }


    .para_text1 {

        width: 100%;

        max-width: 430px;
    }


    .feature div p {

        width: 100%;

        max-width: 330px;
    }


    /* =====================================================
       IMAGE
       KEEP DESKTOP STYLE
    ===================================================== */

    .image-stack {

        width: 100%;

        max-width: 360px;
    }


    .innerimg {

        width: 400px;

        left: -20px;

        bottom: 70px;
    }


    .inneryello {

        width: 250px;

        left: -40px;

        top: -100px;
    }


    .img-main {

        bottom: 100px;
    }


    .image-overlay {

        bottom: 15px;

        right: 0;

        width: 58%;
    }


    .satisfied-client {

        width: 260px;

        left: -35px;

        bottom: -35px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    /* =====================================================
       SECTION
    ===================================================== */

    .about-section {

        padding-top: 75px;

        padding-bottom: 110px;

        overflow: hidden;
    }


    /* =====================================================
       SCALE RESET
    ===================================================== */

    .about-scale {

        transform: none;

        transform-origin: initial;

        width: 100%;
    }


    /* =====================================================
       MAIN CONTAINER
    ===================================================== */

    .about-container {

        width: 100%;

        max-width: 650px;

        margin: 0 auto;

        padding: 0 30px;

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 45px;
    }


    /* =====================================================
       LEFT CONTENT
    ===================================================== */

    .about-left {

        width: 100%;

        margin: 0;

        flex: none;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    /* =====================================================
       HEADING
    ===================================================== */

    .about-left h2 {

        width: 100%;

        font-size: 28px;

        line-height: 1.3;

        margin: 0 0 14px;

        text-align: center;
    }


    /* =====================================================
       ABOUT TEXT
    ===================================================== */

    .about-text {

        width: 100%;

        max-width: 580px;

        font-size: 13px;

        line-height: 1.65;

        margin: 0 auto 14px;

        text-align: center;
    }


    .para_text1 {

        width: 100%;

        max-width: 580px;

        margin: 10px auto 0;

        font-size: 13px;

        line-height: 1.65;

        text-align: center;
    }


    .para_text2 {

        width: 100%;

        max-width: 580px;

        margin: 0 auto 10px;

        font-size: 13px;

        line-height: 1.65;

        text-align: center;
    }


    /* =====================================================
       FEATURES

       MOBILE/TABLET:

       ICON
       TITLE
       DESCRIPTION
    ===================================================== */

    .feature {

        width: 100%;

        max-width: 560px;

        margin: 20px auto 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 5px;

        text-align: center;
    }


    /* =====================================================
       FEATURE ICON
    ===================================================== */

    .feature-icon {

        width: 55px;

        height: 55px;

        min-width: 55px;

        border-radius: 12px;

        margin: 0 auto;

        display: flex;

        align-items: center;

        justify-content: center;
    }


    .feature-icon img {

        width: 30px;

        height: 30px;

        object-fit: contain;
    }


    /* =====================================================
       FEATURE CONTENT
    ===================================================== */

    .feature>div {

        width: 100%;

        min-width: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    /* =====================================================
       FEATURE TITLE
    ===================================================== */

    .feature div h4 {

        width: 100%;

        font-size: 17px;

        line-height: 1.35;

        margin: 0;

        text-align: center;
    }


    /* =====================================================
       FEATURE DESCRIPTION
    ===================================================== */

    .feature div p {

        width: 100%;

        max-width: 520px;

        font-size: 13px;

        line-height: 1.6;

        margin: 5px auto 0;

        text-align: center;
    }


    /* =====================================================
       BUTTON
    ===================================================== */

    .about-btn {

        display: block;

        margin: 24px auto 0;

        padding: 10px 22px;

        font-size: 12px;
    }


    .about-right {

        width: 100%;

        flex: none;

        display: flex;

        justify-content: center;

        align-items: flex-start;

        position: relative;

        padding: 15px 0 100px;

        overflow: visible;
    }


    .image-stack {

        position: relative;

        width: 360px;

        max-width: none;

        height: auto;

        flex-shrink: 0;

        margin: 0 auto;

        overflow: visible;

        transform: scale(0.90);

        transform-origin: top center;
    }


    /* =====================================================
       MAIN IMAGE

       EXACT DESKTOP STYLE
    ===================================================== */

    .img-main {

        width: 100%;

        border-radius: 24px;

        position: relative;

        z-index: 3;

        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

        display: block;

        bottom: 100px;
    }


    /* =====================================================
       INNER IMAGE

       EXACT DESKTOP STYLE
    ===================================================== */

    .innerimg {

        position: absolute;

        bottom: 70px;

        left: -20px;

        width: 400px;

        height: auto;

        z-index: 1;

        opacity: 1;

        pointer-events: none;
    }


    /* =====================================================
       YELLOW IMAGE

       EXACT DESKTOP STYLE
    ===================================================== */

    .inneryello {

        position: absolute;

        top: -100px;

        width: 250px;

        height: auto;

        left: -40px;

        z-index: 1;

        opacity: 1;

        pointer-events: none;
    }


    /* =====================================================
       OVERLAY IMAGE

       EXACT DESKTOP STYLE
    ===================================================== */

    .image-overlay {

        position: absolute;

        bottom: 15px;

        right: 0;

        width: 58%;

        border-radius: 18px;

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

        z-index: 4;

        display: block;
    }


    /* =====================================================
       SATISFIED CLIENT

       EXACT DESKTOP STYLE
    ===================================================== */

    .satisfied-client {

        position: absolute;

        left: -35px;

        bottom: -35px;

        width: 260px;

        min-height: 92px;

        background: #7425c5;

        border-radius: 24px;

        display: flex;

        align-items: center;

        padding: 14px 20px;

        box-sizing: border-box;

        z-index: 10;

        box-shadow: 0 15px 35px rgba(70, 20, 120, 0.20);
    }


    .satisfied-client-icon {

        width: 48px;

        height: 48px;

        min-width: 48px;

        border-radius: 50%;

        background: #ffffff;

        display: flex;

        align-items: center;

        justify-content: center;

        margin-right: 15px;
    }


    .satisfied-client-icon img {

        width: 28px;

        height: 28px;

        object-fit: contain;

        display: block;
    }


    .satisfied-client-content {

        display: flex;

        flex-direction: column;

        justify-content: center;

        line-height: 1;
    }


    .satisfied-client-content h3 {

        margin: 0;

        font-family: "Work Sans", sans-serif;

        font-size: 31px;

        font-weight: 800;

        line-height: 1;

        color: #ffffff;

        white-space: nowrap;
    }


    .satisfied-client-content p {

        margin: 6px 0 0;

        font-family: "Montserrat", sans-serif;

        font-size: 11px;

        font-weight: 500;

        line-height: 1.2;

        color: #ffffff;

        white-space: nowrap;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    /* =====================================================
       SECTION
    ===================================================== */

    .about-section {

        padding-top: 55px;

        padding-bottom: 70px;

        overflow: hidden;
    }


    /* =====================================================
       CONTAINER
    ===================================================== */

    .about-container {

        width: 100%;

        max-width: 100%;

        padding-left: 18px;

        padding-right: 18px;

        gap: 40px;

    }


    /* =====================================================
       LEFT CONTENT
    ===================================================== */

    .about-left {

        width: 100%;

        margin: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    /* =====================================================
       HEADING
    ===================================================== */

    .about-left h2 {

        width: 100%;

        font-size: 24px;

        line-height: 1.3;

        margin: 0 0 14px;

        text-align: center;
    }


    /* =====================================================
       TEXT
    ===================================================== */

    .about-text {

        width: 100%;

        max-width: 350px;

        font-size: 12px;

        line-height: 1.6;

        margin: 0 auto 12px;

        text-align: center;
    }


    .para_text1,
    .para_text2 {

        width: 100%;

        max-width: 350px;

        font-size: 12px;

        line-height: 1.6;

        margin-left: auto;

        margin-right: auto;

        text-align: center;
    }


    .para_text1 {

        margin-top: 8px;
    }


    .para_text2 {

        margin-bottom: 8px;
    }


    /* =====================================================
       FEATURES
    ===================================================== */

    .feature {

        width: 100%;

        max-width: 350px;

        margin: 18px auto 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 4px;

        text-align: center;
    }


    /* =====================================================
       ICON
    ===================================================== */

    .feature-icon {

        width: 48px;

        height: 48px;

        min-width: 48px;

        border-radius: 10px;

        margin: 0 auto;
    }


    .feature-icon img {

        width: 26px;

        height: 26px;
    }


    /* =====================================================
       FEATURE CONTENT
    ===================================================== */

    .feature>div {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    .feature div h4 {

        width: 100%;

        font-size: 15px;

        line-height: 1.35;

        margin: 0;

        text-align: center;
    }


    .feature div p {

        width: 100%;

        max-width: 345px;

        font-size: 11.5px;

        line-height: 1.55;

        margin: 4px auto 0;

        text-align: center;
    }


    /* =====================================================
       BUTTON
    ===================================================== */

    .about-btn {

        display: block;

        margin: 20px auto 0;

        padding: 9px 20px;

        font-size: 11px;
    }


    /* =====================================================
       IMAGE AREA

       DESKTOP COMPOSITION

       ONLY SCALE CHANGES
    ===================================================== */

    .about-right {

        width: 100%;

        display: flex;

        justify-content: center;

        align-items: flex-start;

        padding: 130px 0 90px;

        position: relative;

        overflow: visible;
    }


    /* =====================================================
       COMPLETE DESKTOP IMAGE STACK

       DO NOT CHANGE INTERNAL POSITIONS
    ===================================================== */

    .image-stack {

        width: 360px;

        max-width: none;

        height: auto;

        flex-shrink: 0;

        margin: 0 auto;

        position: relative;

        overflow: visible;

        transform: scale(0.88);

        transform-origin: top center;
    }


    /* =====================================================
       MAIN IMAGE
       SAME AS DESKTOP
    ===================================================== */

    .img-main {

        width: 100%;

        border-radius: 24px;

        position: relative;

        z-index: 3;

        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

        display: block;

        bottom: 100px;
    }


    /* =====================================================
       INNER IMAGE
       SAME AS DESKTOP
    ===================================================== */

    .innerimg {

        position: absolute;

        bottom: 70px;

        left: -20px;

        width: 400px;

        height: auto;

        z-index: 1;

        opacity: 1;

        pointer-events: none;
    }


    /* =====================================================
       YELLOW IMAGE
       SAME AS DESKTOP
    ===================================================== */

    .inneryello {

        position: absolute;

        top: -100px;

        width: 250px;

        height: auto;

        left: -40px;

        z-index: 1;

        opacity: 1;

        pointer-events: none;
    }


    /* =====================================================
       OVERLAY IMAGE
       SAME AS DESKTOP
    ===================================================== */

    .image-overlay {

        position: absolute;

        bottom: 15px;

        right: 0;

        width: 58%;

        border-radius: 18px;

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

        z-index: 4;

        display: block;
    }


    /* =====================================================
       SATISFIED CLIENT
       SAME AS DESKTOP
    ===================================================== */

    .satisfied-client {

        position: absolute;

        left: -35px;

        bottom: -35px;

        width: 260px;

        min-height: 92px;

        background: #7425c5;

        border-radius: 24px;

        display: flex;

        align-items: center;

        padding: 14px 20px;

        box-sizing: border-box;

        z-index: 10;

        box-shadow: 0 15px 35px rgba(70, 20, 120, 0.20);
    }


    .satisfied-client-icon {

        width: 48px;

        height: 48px;

        min-width: 48px;

        border-radius: 50%;

        background: #ffffff;

        display: flex;

        align-items: center;

        justify-content: center;

        margin-right: 15px;
    }


    .satisfied-client-icon img {

        width: 35px;

        height: 35px;

        object-fit: contain;

        display: block;
    }


    .satisfied-client-content {

        display: flex;

        flex-direction: column;

        justify-content: center;

        line-height: 1;
    }


    .satisfied-client-content h3 {

        margin: 0;

        font-family: "Work Sans", sans-serif;

        font-size: 31px;

        font-weight: 800;

        line-height: 1;

        color: #ffffff;

        white-space: nowrap;
    }


    .satisfied-client-content p {

        margin: 6px 0 0;

        font-family: "Montserrat", sans-serif;

        font-size: 11px;

        font-weight: 500;

        line-height: 1.2;

        color: #ffffff;

        white-space: nowrap;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .about-section {

        padding-top: 45px;

        padding-bottom: 90px;
    }


    .about-container {

        padding-left: 15px;

        padding-right: 15px;

        gap: 35px;
    }


    /* =====================================================
       TEXT
    ===================================================== */

    .about-left {

        width: 100%;

        margin: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    .about-left h2 {

        width: 100%;

        font-size: 22px;

        line-height: 1.3;

        text-align: center;
    }


    .about-text,
    .para_text1,
    .para_text2 {

        width: 100%;

        max-width: 330px;

        font-size: 11.5px;

        line-height: 1.6;

        text-align: center;

        margin-left: auto;

        margin-right: auto;
    }


    /* =====================================================
       FEATURES
    ===================================================== */

    .feature {

        width: 100%;

        max-width: 330px;

        margin: 17px auto 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 4px;

        text-align: center;
    }


    .feature-icon {

        width: 44px;

        height: 44px;

        min-width: 44px;

        margin: 0 auto;
    }


    .feature-icon img {

        width: 24px;

        height: 24px;
    }


    .feature>div {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    .feature div h4 {

        font-size: 14px;

        line-height: 1.35;

        text-align: center;
    }


    .feature div p {

        width: 100%;

        max-width: 325px;

        font-size: 11px;

        line-height: 1.55;

        margin: 4px auto 0;

        text-align: center;
    }


    /* =====================================================
       BUTTON
    ===================================================== */

    .about-btn {

        margin: 18px auto 0;

        padding: 9px 18px;

        font-size: 10.5px;
    }


    /* =====================================================
       IMAGE AREA

       SAME DESKTOP IMAGE COMPOSITION
    ===================================================== */

    .about-right {

        padding: 10px 0 80px;

        display: flex;

        justify-content: center;

        overflow: visible;
    }


    /* =====================================================
       IMAGE STACK

       ONLY SCALE CHANGED
    ===================================================== */

    .image-stack {

        width: 360px;

        max-width: none;

        flex-shrink: 0;

        margin: 0 auto;

        position: relative;

        overflow: visible;

        transform: scale(0.80);

        transform-origin: top center;
    }


    /* =====================================================
       EVERYTHING BELOW IS DESKTOP STYLE
    ===================================================== */

    .img-main {

        width: 100%;

        border-radius: 24px;

        position: relative;

        z-index: 3;

        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

        display: block;

        bottom: 100px;
    }


    .innerimg {

        position: absolute;

        bottom: 70px;

        left: -20px;

        width: 400px;

        height: auto;

        z-index: 1;
    }


    .inneryello {

        position: absolute;

        top: -100px;

        width: 250px;

        height: auto;

        left: -40px;

        z-index: 1;
    }


    .image-overlay {

        position: absolute;

        bottom: 15px;

        right: 0;

        width: 58%;

        border-radius: 18px;

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

        z-index: 4;

        display: block;
    }


    .satisfied-client {

        position: absolute;

        left: -35px;

        bottom: -35px;

        width: 260px;

        min-height: 92px;

        background: #7425c5;

        border-radius: 24px;

        display: flex;

        align-items: center;

        padding: 14px 20px;

        box-sizing: border-box;

        z-index: 10;

        box-shadow: 0 15px 35px rgba(70, 20, 120, 0.20);
    }


    .satisfied-client-icon {

        width: 48px;

        height: 48px;

        min-width: 48px;

        border-radius: 50%;

        background: #ffffff;

        display: flex;

        align-items: center;

        justify-content: center;

        margin-right: 15px;
    }


    .satisfied-client-icon img {

        width: 28px;

        height: 28px;

        object-fit: contain;
    }


    .satisfied-client-content h3 {

        font-size: 31px;

        white-space: nowrap;
    }


    .satisfied-client-content p {

        font-size: 11px;

        white-space: nowrap;
    }
}
