/* .de-branding1-con {
    display: flex;
    justify-content: space-between;
    background: #1C89E6;
    padding: 40px;
    overflow: hidden;
}

.de-branding1-con .marketing-div {
    width: 100%;
   margin-left: 50px;
}

.de-branding1-con .tangible-title h1 {
    font-size: 45px;
    color: #D1EAFF;
    line-height: normal;
}

.de-branding1-con .tangible-para p {
    color: #D1EAFF;
    width: 350px;
}

.de-branding1-con .digital-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
}

.de-branding1-con img {
    border-radius: 20px;
    height: 400px;
    width: 600px;
} */

.marketing-container-fluid {
    background: #1C89E6;
}

.de-branding1-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    overflow: hidden;
    flex-wrap: wrap;
}

.de-branding1-con .marketing-div {
    width: 100%;
    margin-left: 50px;
}

.de-branding1-con .tangible-title h1 {
    font-size: 45px;
    color: #D1EAFF;
    line-height: normal;
}

.de-branding1-con .tangible-para p {
    color: #D1EAFF;
    width: 350px;
}

.de-branding1-con .digital-img {
    position: relative;
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.de-branding1-con img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    max-width: 600px;
}

/* ✅ For screen widths 992px and below (large tablets) */
@media (max-width: 992px) {
    .de-branding1-con {
        flex-direction: row;
        align-items: center;
        padding: 30px 25px;
    }

    .de-branding1-con .marketing-div {
        margin-left: 0;
        text-align: center;
    }

    .de-branding1-con .tangible-title h1 {
        font-size: 36px;
    }

    .de-branding1-con .tangible-para p {
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
    }
}

/* ✅ For screen widths 768px and below (small tablets) */
@media (max-width: 768px) {
    .de-branding1-con {
        padding: 25px 20px;
    }

    .de-branding1-con .tangible-title h1 {
        font-size: 30px;
    }

    .de-branding1-con .tangible-para p {
        font-size: 16px;    
        text-align: center;
    }

    .de-branding1-con img {
        height: auto;
        max-width: 100%;
    }
}

/* ✅ For screen widths 576px and below (mobile phones) */
@media (max-width: 576px) {
    .de-branding1-con {
        padding: 20px 15px;
    }

    .de-branding1-con .tangible-title h1 {
        font-size: 26px;
    }

    .de-branding1-con .tangible-para p {
        font-size: 18px;
    }

    .de-branding1-con img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}



/* .de-branding2-con {
    background: #F4F8FF; 
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 40px;
   
}

.de-branding2-con .template-title h4 {
    color: #1C89E6;
    font-size: 35px;
}

.de-branding2-con .template-para {
    color: #555;
    font-size: 18px;
    margin: auto;
} */

.de-branding2-con {
    background: #F4F8FF; 
    text-align: center;
    padding: 40px 20px;
}

.de-branding2-con .template-title h4 {
    color: #1C89E6;
    font-size: 35px;
}

.de-branding2-con .template-para p {
    color: #555;
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ✅ Large tablets and small desktops (≤992px) */
@media (max-width: 992px) {
    .de-branding2-con {
        padding: 35px 20px;
    }

    .de-branding2-con .template-title h4 {
        font-size: 30px;
    }

    .de-branding2-con .template-para p {
        font-size: 17px;
    }
}

/* ✅ Tablets (≤768px) */
@media (max-width: 768px) {
    .de-branding2-con {
        padding: 30px 15px;
    }

    .de-branding2-con .template-title h4 {
        font-size: 26px;
    }

    .de-branding2-con .template-para p {
        font-size: 16px;
        padding: 0 10px;
    }
}

/* ✅ Mobile phones (≤576px) */
@media (max-width: 576px) {
    .de-branding2-con {
        padding: 25px 10px;
    }

    .de-branding2-con .template-title h4 {
        font-size: 22px;
    }

    .de-branding2-con .template-para p {
        font-size: 18px;
    }
}

/* 
.de-branding9-con {
    padding: 40px;
}

.de-branding9-con .branding-box {
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.de-branding9-con .branding-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.de-branding9-con .branding-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.de-branding9-con .branding-box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 8px;
}

.de-branding9-con .branding-box p {
    font-size: 14px;
    color: #555;
    margin: 0;
} */

.de-branding9-con {
    padding: 40px;
}

.de-branding9-con .branding-box {
    text-align: left;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.de-branding9-con .branding-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.de-branding9-con .branding-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.de-branding9-con .branding-box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 8px;
}

.de-branding9-con .branding-box p {
    font-size: 14px;
    color: #555;
    margin: 0;
}


/* ✅ Max-width: 992px */
@media (max-width: 992px) {
    .de-branding9-con {
        padding: 30px 20px;
    }

    .de-branding9-con .branding-box {
        padding: 15px;
    }

    .de-branding9-con .branding-box h6 {
        font-size: 17px;
    }

    .de-branding9-con .branding-box p {
        font-size: 13.5px;
    }
}


/* ✅ Max-width: 769px */
@media (max-width: 769px) {
    .de-branding9-con {
        padding: 25px 15px;
    }

    .de-branding9-con .branding-box h6 {
        font-size: 16px;
    }

    .de-branding9-con .branding-box p {
        font-size: 13px;
    }

    .de-branding9-con .branding-icon {
        width: 36px;
        height: 36px;
    }
}


/* ✅ Max-width: 576px */
@media (max-width: 576px) {
    .de-branding9-con {
        padding: 20px 10px;
    }

    .de-branding9-con .branding-box {
        padding: 12px;
    }

    .de-branding9-con .branding-box h6 {
        font-size: 15px;
    }

    .de-branding9-con .branding-box p {
        font-size: 12.5px;
    }

    .de-branding9-con .branding-icon {
        width: 32px;
        height: 32px;
    }
}



/* .brand-container-fluid {
    background: #1C89E6;
    width: 100%;
}

.de-branding3-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    overflow: hidden;
}

.de-branding3-con .brand-title h2 {
    color: #ffffff;
    font-size: 28px;
    width: 400px;
}

.de-branding3-con .brand-para {
    width: 100%;
    max-width: 500px;
}

.de-branding3-con .brand-para p {
    color: #ffffff;
}

.de-branding3-con .brand-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
}

.de-branding3-con .brand-img img {
    border-radius: 20px;
    height: 400px;
} */

.brand-container-fluid {
    background: #1C89E6;
    width: 100%;
}

.de-branding3-con {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

.de-branding3-con .brand-title h2 {
    color: #ffffff;
    font-size: 28px;
    width: 400px;
}

.de-branding3-con .brand-para {
    width: 100%;
    max-width: 500px;
}

.de-branding3-con .brand-para p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
}

.de-branding3-con .brand-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.de-branding3-con .brand-img img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    max-width: 600px;
}

/* ✅ max-width: 992px (Large tablets / Small laptops) */
@media (max-width: 992px) {
    .de-branding3-con {
        flex-direction: row;
        text-align: center;
        padding: 30px 15px;
    }

    .de-branding3-con .brand-title h2 {
        width: 100%;
        font-size: 26px;
    }

    .de-branding3-con .brand-para {
        max-width: 100%;
    }

    .de-branding3-con .brand-para p {
        font-size: 16px;
    }

    .de-branding3-con .brand-img img {
        height: auto;
    }
}

/* ✅ max-width: 768px (Tablets) */
@media (max-width: 768px) {
    .de-branding3-con .brand-title h2 {
        font-size: 24px;
    }

    .de-branding3-con .brand-para p {
        font-size: 16px;
        padding: 0 10px;
    }
}

/* ✅ max-width: 576px (Phones) */
@media (max-width: 576px) {
    .de-branding3-con {
        padding: 25px 10px;
    }

    .de-branding3-con .brand-title h2 {
        font-size: 22px;
    }

    .de-branding3-con .brand-para p {
        font-size: 18px;
    }

    .de-branding3-con .brand-img img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 20px;
    }
}


/* .de-branding4-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

.de-branding4-con .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    gap: 20px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
}

.de-branding4-con .card .w-75 {
    width: 75%;
}

.de-branding4-con .card .w-25 {
    width: 25%;
}

.de-branding4-con .card img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.de-branding4-con .bg-1 {
    background-color: #CEE8FF;
}

.de-branding4-con .bg-2,
.de-branding4-con .bg-3 {
    background-color: #1C89E6;
}

.de-branding4-con .bg-4 {
    background-color: #CEE8FF;
}

.de-branding4-con .blog-title .h2-1,
.de-branding4-con .blog-title .h2-4 {
    width: 207px;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background-color: #1C89E6;
}

.de-branding4-con .blog-title .h2-2,
.de-branding4-con .blog-title .h2-3 {
    width: 157px;
    padding: 5px;
    color:#030303;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background-color: #feffff;
}

.de-branding4-con .blog-para p {
    color: #fff;
    margin: 0;
}

.de-branding4-con .cad1,
.de-branding4-con .cad4 {
    color: #030303 !important;
} */

.de-branding4-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.de-branding4-con .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    gap: 20px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251);
    margin: auto;
}

.de-branding4-con .card .w-75 {
    width: 75%;
}

.de-branding4-con .card .w-25 {
    width: 25%;
    margin: auto;
}

.de-branding4-con .card img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.de-branding4-con .bg-1 {
    background-color: #CEE8FF;
}

.de-branding4-con .bg-2,
.de-branding4-con .bg-3 {
    background-color: #1C89E6;
}

.de-branding4-con .bg-4 {
    background-color: #CEE8FF;
}

.de-branding4-con .blog-title .h2-1,
.de-branding4-con .blog-title .h2-4 {
    width: 207px;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background-color: #1C89E6;
}

.de-branding4-con .blog-title .h2-2,
.de-branding4-con .blog-title .h2-3 {
    width: 157px;
    padding: 5px;
    color: #030303;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background-color: #feffff;
}

.de-branding4-con .blog-para p {
    color: #fff;
    margin: 0;
}

.de-branding4-con .cad1,
.de-branding4-con .cad4 {
    color: #030303 !important;
}

/* ✅ max-width: 992px (Medium screens - tablets, small laptops) */
@media (max-width: 992px) {
    .de-branding4-con .card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .de-branding4-con .card .w-75,
    .de-branding4-con .card .w-25 {
        width: 100%;
    }

    .de-branding4-con .card img {
        max-width: 200px;
        margin-top: 15px;
    }

    .de-branding4-con .blog-para p {
        font-size: 18px;
    }
}

/* ✅ max-width: 768px (Small tablets) */
@media (max-width: 768px) {
    .de-branding4-con {
        padding: 15px;
        gap: 20px;
    }

    .de-branding4-con .blog-title .h2-1,
    .de-branding4-con .blog-title .h2-2,
    .de-branding4-con .blog-title .h2-3,
    .de-branding4-con .blog-title .h2-4 {
        font-size: 23px;
        width: 100%;
    }

    .de-branding4-con .blog-para p {
        font-size: 16px;
    }
}

/* ✅ max-width: 576px (Phones) */
@media (max-width: 576px) {
    .de-branding4-con .card {
        padding: 15px 10px;
    }

    .de-branding4-con .blog-para p {
        font-size: 18px;
        padding: 0 10px;
    }

    .de-branding4-con .card img {
        max-width: 150px;
        margin-top: 10px;
        margin: auto;
    }
}


/* .de-branding5-con {
    width: 95%;
    margin: auto;
    background-color: #1C89E6;
    border-radius: 20px;
    padding: 20px;
   
}

.de-branding5-con  .shop-img {
    width: 100%;
    height: 200px;
    max-width: 500px;
    border-radius: 20px;
    background-color:#CEE8FF;
}

.de-branding5-con  .shop-img img {
    width: 400px;
    margin: auto;
}

.de-branding5-con  .craft-title {
    width: 100%;
    max-width: 800px;
}

.de-branding5-con .craft-title p {
    color:#ffffff;
    font-size: 45px;
    line-height: normal;
}

.de-branding5-con  .craft-para p {
    margin: auto;
    color:#ffffff;
    font-size: 25px;
    line-height: normal;
} */

.de-branding5-con {
    width: 100%;
    margin: auto;
    background-color: #1C89E6;
    border-radius: 20px;
    padding: 20px;
}

.de-branding5-con .shop-img {
    width: 100%;
    height: 200px;
    max-width: 400px;
    border-radius: 20px;
    background-color: #CEE8FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.de-branding5-con .shop-img img {
    width: 100%;
    max-width: 400px;
}

.de-branding5-con .craft-title {
    width: 100%;
    max-width: 800px;
}

.de-branding5-con .craft-title p {
    color: #ffffff;
    font-size: 45px;
    line-height: normal;
}

.de-branding5-con .craft-para p {
    margin: auto;
    color: #ffffff;
    font-size: 25px;
    line-height: normal;
    max-width: 800px;
}

/* Max-width: 992px (Medium Devices - Tablets) */
@media (max-width: 992px) {
    .de-branding5-con {
        flex-direction: row;
        text-align: center;
        padding: 30px 15px;
    }

    .de-branding5-con .craft-title p {
        font-size: 36px;
    }

    .de-branding5-con .craft-para p {
        font-size: 20px;
    }

    .de-branding5-con .shop-img {
        margin: auto;
        height: auto;
        margin-top: 30px;
    }

    .de-branding5-con .shop-img img {
        max-width: 300px;
        height: 300px;
    }
}

/* Max-width: 769px (Small Tablets / Landscape Phones) */
@media (max-width: 769px) {
    .de-branding5-con .craft-title p {
        font-size: 30px;
    }

    .de-branding5-con .craft-para p {
        font-size: 18px;
    }
}

/* Max-width: 576px (Mobile Devices) */
@media (max-width: 576px) {
    .de-branding5-con {
        padding: 20px 15px;
        text-align: center;
    }

    .de-branding5-con .craft-title p {
        font-size: 24px;
    }

    .de-branding5-con .craft-para p {
        font-size: 18px;
    }

    .de-branding5-con .shop-img {
        height: 250px;
        width: 100%;
        max-width: 500px;
    }

    .de-branding5-con .shop-img img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


/* .de-branding6-con {
    width: 95%;
    margin: auto;
    border-radius: 20px;
   
}

.de-branding6-con  .shop-img {
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.de-branding6-con  .shop-img img {
    width: 100%;
    height: auto;
}

.de-branding6-con  .craft-title {
    width: 100%;
    max-width: 900px;
}

.de-branding6-con .craft-title p {
    width: 600px;
    font-weight: 500;
    color: #1C89E6;
    font-size: 30px;
    line-height: normal;
}

.de-branding6-con  .craft-para p {
    color: #020202;
    font-size: 20px;
    line-height: normal;
} */

.de-branding6-con {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}

.de-branding6-con .shop-img {
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.de-branding6-con .shop-img img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.de-branding6-con .craft-title {
    width: 100%;
    max-width: 900px;
}

.de-branding6-con .craft-title p {
    width: 100%;
    max-width: 600px;
    font-weight: 500;
    color: #1C89E6;
    font-size: 30px;
    line-height: 1.4;
}

.de-branding6-con .craft-para p {
    color: #020202;
    font-size: 20px;
    line-height: 1.7;
    max-width: 850px;
}

/* ✅ Max-width: 992px (Tablets) */
@media (max-width: 992px) {
    .de-branding6-con .craft-title p {
        font-size: 26px;
        max-width: 100%;
    }

    .de-branding6-con .craft-para p {
        font-size: 18px;
    }

    .de-branding6-con .shop-img img {
        max-width: 350px;
    }
}

/* ✅ Max-width: 769px (Small Tablets / Landscape Phones) */
@media (max-width: 769px) {
    .de-branding6-con {
        text-align: center;
    }

    .de-branding6-con .craft-title p {
        font-size: 24px;
        margin: auto;
    }

    .de-branding6-con .craft-para p {
        font-size: 17px;
        padding: 0 10px;
    }
    
}

/* ✅ Max-width: 576px (Mobile Devices) */
@media (max-width: 576px) {
    .de-branding6-con .craft-title p {
        font-size: 20px;
    }

    .de-branding6-con .craft-para p {
        font-size: 16px;
    }

    .de-branding6-con .shop-img img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


/* .de-branding7-con {
    background: #fff;
    margin: auto;
    gap: 40px;
}

.de-branding7-con h4 {
    font-size: 28px;
    color: #1C89E6;
}

.de-branding7-con .cards {
    width: 100%;
    max-width: 250px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    background-color: #1C89E6;
    border-radius: 18px;
    padding: 20px;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
}

.de-branding7-con .cards:hover {
    transform: translateY(-4px);
}

.de-branding7-con .cards p {
    margin: 0;
    font-size: 20px;
    color: #F4F8FF;
    text-align: center;
} */

.de-branding7-con {
    background: #fff;
    margin: auto;
    gap: 40px;
}

.de-branding7-con h4 {
    font-size: 28px;
    color: #1C89E6;
}

.de-branding7-con .cards {
    width: 100%;
    max-width: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #1C89E6;
    border-radius: 18px;
    padding: 20px;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
}

.de-branding7-con .cards:hover {
    transform: translateY(-4px);
}

.de-branding7-con .cards p {
    margin: 0;
    font-size: 20px;
    color: #F4F8FF;
    text-align: center;
}

/* ✅ Max-width: 992px */
@media (max-width: 992px) {
    .de-branding7-con h4 {
        font-size: 26px;
    }

    .de-branding7-con .cards {
        max-width: 300px;
    }

    .de-branding7-con .cards p {
        font-size: 18px;
    }
}

/* ✅ Max-width: 769px */
@media (max-width: 769px) {
    .de-branding7-con h4 {
        font-size: 24px;
    }

    .de-branding7-con .cards {
        max-width: 100%;
        padding: 18px;
    }

    .de-branding7-con .cards p {
        font-size: 18px;
    }
}

/* ✅ Max-width: 576px */
@media (max-width: 576px) {
    .de-branding7-con h4 {
        font-size: 25px;
    }

    .de-branding7-con .cards {
        border-radius: 12px;
    }

    .de-branding7-con .cards p {
        font-size: 18px;
    }
}


/* .de-branding8-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-top: 40px;
}

.de-branding8-con h4 {
    text-align: center;
    font-size: 30px;
    color: #1C89E6;
}

.de-branding8-con .brochure-img .img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.de-branding8-con .brochure-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1C89E6;
}

.de-branding8-con .brochure-title p strong {
    color: #1C89E6;
    font-size: 28px;
}

.de-branding8-con .brochure-title p {
    font-size: 16px;
    line-height: 1.7;
    color: #020202;
    margin-bottom: 15px;
}  */

.de-branding8-con {
    padding: 20px;
    margin-top: 40px;
}

.de-branding8-con h4 {
    text-align: center;
    font-size: 30px;
    color: #1C89E6;
}

.de-branding8-con .brochure-img .img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.de-branding8-con .brochure-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1C89E6;
}

.de-branding8-con .brochure-title p strong {
    color: #1C89E6;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 5px;
}

.de-branding8-con .brochure-title p {
    font-size: 16px;
    line-height: 1.7;
    color: #020202;
    margin-bottom: 15px;
}


/* ✅ Max-width: 992px */
@media (max-width: 992px) {
    .de-branding8-con h4 {
        font-size: 26px;
    }

    .de-branding8-con .brochure-title p strong {
        font-size: 24px;
    }

    .de-branding8-con .brochure-title p {
        font-size: 15px;
    }

    .de-branding8-con .brochure-img .img img {
        max-width: 100%;
    }
}

/* ✅ Max-width: 769px */
@media (max-width: 769px) {
    .de-branding8-con {
        text-align: center;
    }

    .de-branding8-con .brochure-title {
        padding: 0 10px;
    }

    .de-branding8-con .brochure-title p strong {
        font-size: 22px;
    }

    .de-branding8-con .brochure-title p {
        font-size: 18px;
    }

}

/* ✅ Max-width: 576px */
@media (max-width: 576px) {
    .de-branding8-con h4 {
        font-size: 25px;
    }

    .de-branding8-con .brochure-title p strong {
        font-size: 22px;
    }

    .de-branding8-con .brochure-title p {
        font-size: 18px;
    }

    .de-branding8-con .brochure-img .img img {
        max-width: 100%;
    }
}

/* .de-branding10-con {
    width: 100%;
    margin: auto;
    background-color: #1C89E6;
    border-radius: 20px;
    padding: 20px;
}

.de-branding10-con .identity-title {
    text-align: center;
}

.de-branding10-con .identity-title p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.de-branding10-con .identity-para p {
    margin: auto;
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    text-align: center;
} */

.de-branding10-con {
    width: 100%;
    margin: auto;
    background-color: #1C89E6;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.de-branding10-con .identity-title {
    text-align: center;
}

.de-branding10-con .identity-title p {
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.de-branding10-con .identity-para p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}


/* ✅ Max-width: 992px */
@media (max-width: 992px) {
    .de-branding10-con {
        padding: 35px 20px;
    }

    .de-branding10-con .identity-title p {
        font-size: 30px;
    }

    .de-branding10-con .identity-para p {
        font-size: 18px;
    }
}


/* ✅ Max-width: 769px */
@media (max-width: 769px) {
    .de-branding10-con {
        padding: 30px 15px;
    }

    .de-branding10-con .identity-title p {
        font-size: 26px;
    }

    .de-branding10-con .identity-para p {
        font-size: 17px;
    }
}


/* ✅ Max-width: 576px */
@media (max-width: 576px) {
    .de-branding10-con {
        padding: 25px 10px;
        border-radius: 16px;
    }

    .de-branding10-con .identity-title p {
        font-size: 22px;
    }

    .de-branding10-con .identity-para p {
        font-size: 16px;
    }
}

