.inner-page .image {
    background: url("../img/inner-pages/art-and-illustration/acorns-illustration.webp") center center no-repeat;
    background-size: cover;
}
.inner-page .image.col-12 {
    min-height: 200px;
}

.carousel-item img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    height:500px;
}