section{
    padding-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

section img{
    max-width: 80%;
}

.carousel-item img{
    filter: brightness(0.5);
  }

@media(min-width:300px){
    .carousel-caption p{
        scale: 0.9;
    }
}