figure{
    margin: 0px;
}
.page-home .carousel-inner img{
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
    filter: brightness(50%);
}

.page-home .carousel-inner .carousel-item .caption{
    position: absolute;
    top: 40%;
    padding: 0 100px;
    color: #fff;
    width: 66%;
}
.page-home .carousel-inner .carousel-item h1{
    margin-bottom: 40px;
}