@media (max-width: 768px) {
    #imageCarousel{
        width: 80vw;
        filter: drop-shadow(0px 0px 2px white);
    }

    #informacoes p{
        width: 70vw;
    }
}

@media (min-width: 769px) {
    #imageCarousel{
        width: 50vw;
        filter: drop-shadow(0px 0px 2px white);
    }

    #informacoes p{
        width: 50vw;
    }
}

#cases{
    margin-bottom: 50px;
    width: 100%;
    height: fit-content;
    color: white;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    scroll-margin-top: 50px;
}

#casesTitle{
    text-align: center;
    margin: 5vh 0vh;
}

#carousel{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

#carouselContent{
    display: flex;
    align-items: center;

}

#carouselContent > *{
    margin: 0vw 2vw;
}

#arrowBack svg, #arrowNext svg{
    height: 5vw;
    max-height: 50px;
    cursor: pointer;
}

#arrowBack svg:hover, #arrowNext svg:hover{
    filter: drop-shadow(0px 0px 2px white);
}

#imageCarousel{
    filter: drop-shadow(0px 0px 2px white);
}

#informacoes{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

#informacoes p{
    text-align: justify;
}

#informacoes > *{
    margin: 20px;
}
