body{
    /**background: linear-gradient(270deg, #040843, #2a0443);*/
}

div.polaroid {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }
  
  div.container {
    padding: 10px;
  }
/**Our Team Img Size*/
.card-body{
    width: 100%;
}

.carousel-item{
  height: 100vh;
  min-height: 300px;
}




