.div-padding
{

    padding: 80px;
    
}
.creative-img-1
{
    width: 100%;
    height: auto;
}

.creative-img-2
{
    width: 60%;
    height: auto;
}
.creative-img-3
{
    width: 65%;
    height: auto;
}
.creative-img-4
{
    width: 100%;
    height: auto
}
.team-box
{
    padding: 10px;
    margin: 10px;
}
.team-img
{
    width: 100px !important;
    height: 100px !important;
}

@media (min-width: 480px) and (max-width: 960px) {
   .div-padding
    {
        text-align: left;
        padding: 20px;
    }
    .creative-img-2,.creative-img-3
    {
        display: none;
    }
}


@media (min-width: 320px) and (max-width: 479px) {
     
  .div-padding
    {
        text-align: left;
        padding: 10px;
    }


    .creative-img-2,.creative-img-3
    {
        display: none;
    }

}

