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

.bg-1
{
   background-color:#ffffff;
   border-radius: 50px;
}

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

    padding: 20px;
    margin: 14px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    border-bottom: 3px solid #000000;
}
.creative1
{
    width: 80%;
    height: auto;
}


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

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