*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}
.carousel-item img{
    width: 100%;
    height: 80vh;
}
.team img{
    width: 80%;
    height: 200px;
}