body>img{
    width: 100%;
}
.carousel-item-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    row-gap: 20px;
}

.carousel-item-div > div{
    width: fit-content;
}

.carousel-item-div > div > img{
    max-width: calc(720px*0.4);
    max-height: calc(1280px*0.4);
}

.carousel-item-div > div:nth-child(1){
    width: 90%;
}
video{
    max-width: calc(1080px * 0.5 );
    max-height: calc(1080px * 0.6 );
}
.bg-white{
    max-width: calc(1080px * 0.6);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#carouselSections{
    width: 50%;
    margin: auto;
}