.box-it{
    box-shadow: 0 0 9px rgb(0,0,0,45%);
    height: 9rem;
    padding: 2%;
    margin-bottom: 5%;
    border-radius: 20px;
}
.box-it img {
    height: 6rem;
}
.box-it1{
  box-shadow: 0 1 2px rgba(0,0,0,45) !important;
    height: 15rem;
    padding:2%;
    margin-bottom: 5%;
}
.box-it img {
    height: 6rem;
}

 