the carousel caption alignment needs improving. currently, when there is a lot of text it's bunched up on the left side when it should span fully across the caption field.
https://dev.p4.greenpeace.org/international/kelli-carousel/
I recommend changing the width from 60% to 100% and adding 1 rem of padding to the caption bottom.
change: div class="carousel-caption"
}
@media (min-width: 992px)
.carousel-wrap .carousel-caption p {
width: 100%;
}
p {
margin-top: 0;
margin-bottom: 2rem;
}