.about-heading> h6 {
    font-size: 20px;
    
}


.about-heading> h4 {
    font-size: 34px;
    margin-top: 20px;
   /* max-width: 650px;*/
    text-align: center;
}

.about-main-first {
    width: 50%;
    padding: 1.5rem;
}
.about-main-second {
    width: 50%;
    padding: 1.5rem;
}

.seller-mini-heading {
    font-size: 19px;
    color: darkblue;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-discover {
    border-radius: 2rem;
    width: 200px;
    height: 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.about-main-img-wrap {
    width: 100%;
    border-radius: 1.5rem;
    /*aspect-ratio: 2.5/1;*/
    max-width: 100%;
   margin-top: 20px;
}

.about-main-img-wrap > img {
    /*aspect-ratio: 2.5/1;*/
    object-fit: contain;
    vertical-align: middle;
    max-height: 500px;
}

.about-content-div {
   margin-top: 50px;
}

.about-content-text {
   
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-content-img {
  
}


/*.about-content-text >div > h6{*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 20px;*/
/*}*/

.about-content-text >div > p {
    font-size: 18px;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 1.65;
}

.about-content-img-wrap {
    border-radius: 50%;
    overflow: hidden;
    max-width: 100%;
    width: 550px;
    min-height: 500px;
}

.about-content-img-wrap img {
    object-fit: cover;
    border-radius: 50%;
    width: 550px;
    min-height: 500px;
}

.seller-features-heading {
    font-weight: 700;
    font-size: 45px;
    /*max-width: 22ch;*/
}

.about-main-para {
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: 1.6;
}

.about-heading {
    min-height: 450px;
}

.about-list-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.why-us-first {
    width: 50%;
    padding: 15px;
}

.why-us-second {
    width: 50%;
    padding: 15px;
    margin-top: 3rem;
}

.why-us-card {
    border-radius: 1rem;
    padding: 3rem 2rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 1.4rem;
}

.why-us-card-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 8px;
}

.why-us-card-text {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #999999;
}

.why-svg-wrap {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
    
}

.why-svg-wrap.first-svg-wrap {
    background-color: rgb(255, 197, 197);
}

.why-svg-wrap.first-svg-wrap svg {
    stroke: #fe0002;
}

.seller-section-2 {
    background-color: transparent !important;
}

@media (max-width:640px) {
     .seller-features-heading {
    font-size: 35px;
    }
    
    .about-main-first {
    width: 100%;
    padding: 1rem;
}
.about-main-second {
    width: 100%;
    padding: 1rem;
}

.about-content-img-wrap {
    border-radius: 50%;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    min-height: 320px;
}

.about-content-img-wrap img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    min-height: 320px;
}

.why-us-second {
    margin-top: 0;
    width: 100%;
    padding: 0;
}

.why-us-first {
    width: 100%;
    padding: 0;
}

.why-us-card {
    border-radius: 1rem;
    padding: 1.5rem 0.8rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 1.4rem;
}

.why-us-card-title {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 5px;
}

.why-us-card-text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #999999;
}
}

/*.about-content-img-wrap:first-child {*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*    aspect-ratio: 1/1;*/
/*}*/

/*.about-content-img-wrap img:first-child {*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*    aspect-ratio: 1/1;*/
/*}*/

.about-features-grid {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
    gap: 15px;
    text-align: center;
    margin-top: 25px;
    row-gap: 30px;
}

.about-features-div > h6 {
    font-size: 30px;
    padding-top: 15px;
    font-weight: 600;
}

.features-grid-card {
    width: 30%;
    padding: 20px;
    border-radius: 0.6rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(7,14,35,.06), 0 2px 8px -1px rgba(7,14,35,.05);
}

.features-icon-wrap {
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0, 200, 255, 0.2);
    color: rgb(0, 154, 168);
}


.about-team-header > h6 {
    font-size: clamp(1rem, 1.2rem, 1.5rem);
    margin-bottom: 10px;
}

.about-team-header > h3 {
    font-size: clamp(1.7rem, 2.5rem, 3rem);
    font-weight: 600;
    max-width: 25ch;
    text-wrap: balance;
    margin: 0 auto;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 20px;
}

.team-grid-card {
    max-width: 100%;
    position: relative;
    padding: 20px;
}

.team-grid-img-wrap {
    max-width: 100%;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 0.7rem;
    
    z-index: 1;
}

.team-grid-img-wrap > img {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 0.7rem;

}

.team-mem-info {
    background-color: #fff;
    padding: 15px;
    border-radius: 0.6rem;
    position: absolute;
    width: 250px;
    display: flex;
    justify-content: center;
    bottom: -20px;
    left: 20%;
    right: 20%;
    z-index: 2;
    box-shadow: 0 4px 24px -4px rgba(18,20,23,.18);
    border: none;
    text-align: center;
}

.team-mem-info > div > h5 {
    font-size: clamp(1.2rem, 1.5rem, 2rem);
    text-wrap: balance;
    margin-bottom: 5px;
    font-weight: 600;

}

.team-mem-info > div > p { 
    font-size: clamp(0.8rem, 0.9rem, 1.4rem);
    color: #7c7c7c;
}


.digi-img {
    bottom: 8%;
    right: 15%;
    transition: 0.5s ease-in-out;
}
.digi-img2 {
    bottom: 45%;
    right: 15%;
    transition: 0.5s ease-in-out;
}
.digi-img3 {
    bottom: 40%;
    left: 20%;
    transition: 0.5s ease-in-out;
}

.digi-img:hover {
    transform: translateX(-30px);
}
.digi-img2:hover {
    transform: translateX(-30px);
}

.digi-img3:hover {
    transform: translateX(20px);
}

.features-grid-card> div> h5 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.features-grid-card> div> ul>li {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #696969;
    letter-spacing: 0.5px;
}

.about-content-text >div > ul >li {
    font-size: 15px;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 1.6;
    margin-bottom: 5px;
    display:flex;
    gap: 5px;
    max-width: 55ch;
    margin-left: 40px;
}

/*.about-content-text >div > ul >li::before {*/
/*            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%232a5ffe" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><path d="m9 11 3 3L22 4"/></svg>');*/
/*            display: inline-block;*/
/*            width: 16px;*/
/*            height: 16px;*/
/*            margin-right: 10px;*/
/*            margin-top: 10px;*/
/*            left: -26px;*/
/*}*/

.about-content-text >div > ul >li>svg {
    width: 20px !important;
    height: 20px !important;
}

.features-grid-card:hover {
    box-shadow: 0 1px 3px rgba(153, 153, 153, 0.46), 0 2px 8px -1px rgba(179, 179, 179, 0.5);
}

@media (max-width: 768px) {
    .about-main-img-wrap > img {
        aspect-ratio: 2/1;
        object-fit: contain;
    }

    /*.about-content-text >div > h6{*/
    /*    font-size: 25px;*/
    /*    font-weight: 600;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    
    .about-content-text >div > p {
        font-size: 14px;
        font-weight: 500;
        color: #5f5f5f;
        line-height: 1.4;
    }

    .about-content-div {
        margin-top: 25px;
     }

     .about-heading> h6 {
        font-size: 18px;
        
    }
    
    .about-team-grid {
       grid-template-columns: 1fr;
      
    }
    
    
    .about-heading> h4 {
        font-size: 30px;
        margin-top: 20px;
        max-width: 400px;
        text-align: center;
    }
    
    .about-content-text >div > ul >li {
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 1.6;
    margin-bottom: 5px;
    display:flex;
    gap: 5px;
}

    
    .about-discover {
        border-radius: 1.5rem;
        width: 120px;
        height: 50px;
        background-color: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin-top: 20px;
    }

    .features-grid-card {
        width: 100%;
    }

    .about-features-grid {
       
     
        
    }

    .features-icon-wrap {
        padding: 10px;
        border-radius: 50%;
        background-color: rgba(0, 200, 255, 0.2);
        color: rgb(0, 154, 168);
    }

    .features-icon-wrap >svg {
        width: 40px;
        height: 40px;
    }
    
    .features-grid-card> div> h5 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .features-grid-card> div> ul>li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #696969;
    }

   
    
}




/* .about-heading {
    padding: 10px 20px;
    max-width: 55%;
}


.about-subtitle {
    padding-top: 20px;
    font-size: 45px;
    text-align: start;
    font-weight: 600;
    
    line-height: 1.1;
}

.about-para {
    font-size: 15px;
    font-weight: 500;
    color: #777777;
    padding-top: 15px;
}

.about-main-img-wrapper {
    width: 85%;
    margin: 25px 20px;
    max-width: 100%;
    aspect-ratio: 2.3/1;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 1rem;
}

.about-main-img {
    width: 100%;
    object-fit: fill;
}

.about-extra-para {
    padding-top: 5px;
    font-size: 17px;
    margin-left: 20px;
    font-weight: 600;
}

.about-services-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-card-title {
    font-size: 20px;
    font-weight: 600;
}

.about-main-para {
    margin: 25px 20px;
    font-size: 16px;
    line-height: 1.6;
}

.about-card-para {
    font-size: 13px;
    font-weight: 500;
    color: #5b5b5b;
}

.about-services-card {
    width: 30%;
    margin: 20px auto;
}

@media (max-width: 768px) {
    .about-subtitle {
        font-size: 30px;
    }

    .about-heading {
        padding: 10px 15px;
        max-width: 100%;
    }

    .about-extra-para {
        font-size: 14px;
     }

     .about-para {
        font-size: 13px;
     }

    .about-main-img-wrapper { 
        width: 100%;
        margin: 0;
        padding: 15px;
        aspect-ratio: 2/1;
    }

    .about-services-card {
        width: 100%;
    }

    .about-services-title {
        margin-bottom: 10px;
    }
} */