.founder-photo {
    width: 95%;
    height: auto;
}

.bg-1
{
 
   border-radius: 50px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
}

.team-img {
    width: 100px !important;
    height: 100px !important;
}
.team-box
{

    
    padding: 25px;
    box-shadow: 0px 0px 5px 0px rgb(0 81 250 / 20%);
    border-radius: 20px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
 
}


@media (min-width: 481px) and (max-width: 1024px) {
    .team-box
        {
            padding: 10px;
           
        }
}

@media (min-width: 320px) and (max-width: 480px) {
   .team-box
        {
            padding: 10px;
           
        }
}
