*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    padding-top: 70px;
}
nav.navbar{
    /* margin: 0 10px ; */
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #8080808f;
    position: fixed;
    left: 10px;
    right: 10px;
    top: 0;
    z-index: 99;
    background: white;
}

.why-to-use .card{
    height: 100%;
}

.section-img {
    max-width: 100%;
    border-radius: 12px;
  }

  .small-cards img{
    max-width: 200px;
  }

.icon-box img{
    height: 70px;
    width: 70px;
}
.icon-box{
    margin-bottom: 10px ;
}

footer{
    margin-top: 70px;
}
