.inner-page .image {
    background: url("../img/inner-pages/wood-carver/the-coombs.webp") top center no-repeat;
    background-size: cover;
}
.inner-page .image.col-12 {
    min-height: 400px;
}

.inner-page .bottom-image {
     background: url("../img/inner-pages/wood-carver/dark-leaf.webp") top center no-repeat;
     background-size: cover;
 }
.inner-page .bottom-image.col-12 {
    min-height: 650px;
}

.paragraph-image {
     position: relative;
     background-repeat: no-repeat;
     background-color: white;
     background-position: center;
     background-size: contain;
     max-width: 250px;
 }

.paragraph-image img {
    width: 100%;
    height: auto;
}

.paragraph-image small {
    display: block;
    text-align: center;
    width: 100%;
    font-size: smaller;
}
