.content-wrapper {
    max-width: 850px;
    margin-left:auto;
    margin-right:auto;
}



.scan2book-img-style {
    display: flex;
    justify-content: center;
}

.img-size-control{
    max-width: 65%;
}

/* */
.content-spacing {
    margin-top:5rem;
    margin-bottom: 5rem;
}

.row-benefit{
    background-color: var(--light-background);
    padding: 2rem;
}

/* Content images */

.stb-content-img-1 {
    background-image: url('../img/scantobook/Stb-content-img1V2.png');
}

.stb-img-1-controller {
    background-position: 50% 50%;
    background-size: cover;
    height: 463px;
}

.stb-content-img-2 {
    background-image: url('../img/scantobook/A4---Poster.jpg');
}

.stb-img-2-controller {
    background-position: 50% 50%;
    background-size: cover;
    height: 618px;
    max-width: 433px;
    box-shadow: 5px 5px 5px #00000024;
    border: #fafdff solid 3px;
}


