 .hero-section-blog-why p {
    text-align: left;
    padding-bottom: 10px;
}

.hero-section-blog-why .bg-circle {
    position: absolute;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.why-sc-1a-img img {
    border-radius: 15px;
}
.why-sc-1a-cntnt h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
}
.why-sc-1a-cntnt ul {
    padding: 0;
    padding-top: 2px;
}
.why-sc-1a-cntnt ul li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 10px;
    background-image: url(../img/why/arw.png);
    padding-left: 17px;
    vertical-align: middle;
}
.hero-section-blog-why img {
    margin-top: 30px;
}
.hero-section-blog-why h1 {
    margin-bottom: 30px;
}
.why-sc-1a {
   margin-bottom: 80px;
}
 
.why-sc-1a:nth-child(even) .why-sc-1a-img-mn {
    order: 1;
}
.why-sc-1a-cntnt-mn {
    margin: auto;
}
.why-sc-1a:nth-child(even) .why-sc-1a-cntnt-mn {
   padding-right: 50px;
}
.why-sc-1a:nth-child(odd) .why-sc-1a-img-mn {
   padding-right: 50px;
}
.why-sc-1a-img-mn img {
    height: 100%;
        width: 100%;
}
.why-sc-1a-cntnt p {
    margin-bottom: 10px;
}
.why-sc-1a-img {
    height: 100%;
}

.why-list-type-2-sb h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.why-list-type-2-sb {
    margin-top: 20px;
}

.why-icn-lft img {
    background: #13a89e;
    border-radius: 50px;
}

.why-list-type-2-sb .pr-0 {
    padding-right: 0;
}
.why-list-type-2-sb p {
    margin: 0;
}


section.cnclsn-why {
    padding:0 0 60px ;
}
.cnclsn h2 {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0;
    background: #fff;
    z-index: 9;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding: 0 10px;
    font-size: 30px;
    position: relative;
}

.cnclsn {
    margin-top: 30px;
}

.cnclsn h2::before,
.cnclsn h2::after {
    /* content: ""; */
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.cnclsn-para {
    padding: 30px 80px;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-top: -20px;
    padding-top: 40px;
}

.cnclsn-para p {
    text-align: left;
}

.cnclsn-para p:nth-last-child(1) {
    margin-bottom: 0;
}

@media(max-width:767.9px){
    
    .why-sc-1a:nth-child(odd) .why-sc-1a-img-mn {
        padding-right: 15px;
    }
    
    .why-sc-1a-cntnt h2 {
        font-size: 23px;
        margin-bottom: 10px;
        line-height: 30px;
        margin-top: 14px;
    }
    
    .cnclsn-para {
        padding: 20px 20px;
    }
    .cnclsn h2 {
        font-size: 24px;
    }

    .why-sc-1a {
        margin-bottom: 30px;
    }

    .why-sc-1a:nth-child(even) .why-sc-1a-img-mn {
        order: 0;
    }

    .why-list-type-2-sb h3 {
        font-size: 18px;
        font-weight: 600;
    }

    section.cnclsn-why {
        padding: 0 0 30px;
    }
    .hero-section-blog-why img {
        margin-top: 10px;
    }
    .hero-section-blog-why h1 {
        margin-bottom: 10px;
    }
    .why-sc-1a:nth-child(even) .why-sc-1a-cntnt-mn {
        padding-right: 15px;
    }




}



@media (min-width:768px) and (max-width:991px){
    .why-sc-1a-cntnt h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .why-sc-1a-img {
        height: auto;
    }

    .why-list-type-2-sb h3 {
        font-size: 19px;
    }
    .why-sc-1a:nth-child(even) .why-sc-1a-cntnt-mn {
        padding-right: 15px;
    }

    .cnclsn h2 {
        font-size: 26px;
    }
.hero-section-blog-why img {
    margin-top: 10px;
}

}

@media (min-width:992px) and (max-width:1400px){
    .cnclsn-para {
        padding: 30px 50px;
    }

    .why-sc-1a-cntnt h2 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .why-list-type-2-sb h3 {
        font-size: 20px;
    }




}