.content-3-wrap {
    padding: 49px 0;
    border-top: 1px solid grey;
    text-align: justify;
}

.content-3 h3 {
    font-size: 32px;
    margin: 0;
    padding: 10px 0;
    color: #24272E;
    line-height: 32px;
    text-align: center;
}

.content-3-img-wrap {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 169px;
    background: url("/resources/images/labels/seo-image-base-1.jpg") no-repeat left top;
    background-size: contain;
    margin: auto;
}

.content-3-img-wrap.sheet-size-2 {
    background-image: url("/resources/images/labels/seo-image-base-2.jpg");
}

.content-3-img-wrap.sheet-size-3 {
    background-image: url("/resources/images/labels/seo-image-base-3.jpg");
}

.content-3-img-wrap.sheet-size-4 {
    background-image: url("/resources/images/labels/seo-image-base-4.jpg");
}

.content-3-img-wrap.sheet-size-5 {
    background-image: url("/resources/images/labels/seo-image-base-5.jpg");
}

.content-3-img-wrap.sheet-size-6 {
    background-image: url("/resources/images/labels/seo-image-base-6.jpg");
}

@supports (background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-1.webp') 1x)) {
    .content-3-img-wrap.sheet-size-1 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-1.webp') 1x)
    }

    .content-3-img-wrap.sheet-size-2 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-2.webp') 1x)
    }

    .content-3-img-wrap.sheet-size-3 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-3.webp') 1x)
    }

    .content-3-img-wrap.sheet-size-4 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-4.webp') 1x)
    }

    .content-3-img-wrap.sheet-size-5 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-5.webp') 1x)
    }

    .content-3-img-wrap.sheet-size-6 {
        background-image: -webkit-image-set(url('/resources/images/labels/seo-image-base-6.webp') 1x)
    }
}

.content-3-img-wrap img {
    position: absolute;
    width: 98px;
    height: 127px;
    left: 125px;
    top: 24px;
}

.content-3-img-wrap.sheet-size-2 img {
    width: 90px;
    left: 129px;
}

.content-3-img-wrap.sheet-size-3 img {
    width: 77px;
    left: 135px;
}

.content-3-img-wrap.sheet-size-4 img {
    width: 82px;
    left: 133px;
}

.content-3-img-wrap.sheet-size-5 img {
    width: 86px;
    left: 132px;
}

.content-3-img-wrap.sheet-size-6 img {
    width: 88px;
    left: 130px;
}

@media (min-width: 577px) {

    .content-3-img-wrap {
        width: 530px;
        height: 320px;
    }

    .content-3-img-wrap img {
        width: 185px;
        height: 240px;
        left: 237px;
        top: 45px;
    }

    .content-3-img-wrap.sheet-size-2 img {
        width: 170px;
        left: 245px;
    }

    .content-3-img-wrap.sheet-size-3 img {
        width: 145px;
        left: 257px;
    }

    .content-3-img-wrap.sheet-size-4 img {
        width: 155px;
        left: 252px;
    }

    .content-3-img-wrap.sheet-size-5 img {
        width: 160px;
        left: 250px;
    }

    .content-3-img-wrap.sheet-size-6 img {
        width: 164px;
        left: 248px;
    }
}

@media (min-width: 768px) {

    .content-3 {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .content-3 h3 {
        text-align: left;
    }

    .content-3 > div {
        width: 50%;
    }

    .content-3 > div:first-child {
        width: calc(50% - 20px);
        padding-right: 20px;
    }

    .content-3-img-wrap {
        width: 320px;
        height: 193px;
    }

    .content-3-img-wrap img {
        width: 111px;
        height: 145px;
        left: 143px;
        top: 27px;
    }

    .content-3-img-wrap.sheet-size-2 img {
        width: 102px;
        left: 148px;
    }

    .content-3-img-wrap.sheet-size-3 img {
        width: 87px;
        left: 156px;
    }

    .content-3-img-wrap.sheet-size-4 img {
        width: 94px;
        left: 152px;
    }

    .content-3-img-wrap.sheet-size-5 img {
        width: 98px;
        left: 150px;
    }

    .content-3-img-wrap.sheet-size-6 img {
        width: 100px;
        left: 149px;
    }
}

@media (min-width: 992px) {

    .content-3-img-wrap {
        width: 430px;
        height: 260px;
    }

    .content-3-img-wrap img {
        width: 150px;
        height: 195px;
        left: 192px;
        top: 37px;
    }

    .content-3-img-wrap.sheet-size-2 img {
        width: 138px;
        left: 198px;
    }

    .content-3-img-wrap.sheet-size-3 img {
        width: 118px;
        left: 208px;
    }

    .content-3-img-wrap.sheet-size-4 img {
        width: 126px;
        left: 204px;
    }

    .content-3-img-wrap.sheet-size-5 img {
        width: 132px;
        left: 202px;
    }

    .content-3-img-wrap.sheet-size-6 img {
        width: 132px;
        left: 202px;
    }
}

@media (min-width: 1201px) {

    .content-3-img-wrap {
        width: 530px;
        height: 320px;
    }

    .content-3-img-wrap img {
        width: 185px;
        height: 240px;
        left: 237px;
        top: 45px;
    }

    .content-3-img-wrap.sheet-size-2 img {
        width: 170px;
        left: 245px;
    }

    .content-3-img-wrap.sheet-size-3 img {
        width: 145px;
        left: 257px;
    }

    .content-3-img-wrap.sheet-size-4 img {
        width: 155px;
        left: 252px;
    }

    .content-3-img-wrap.sheet-size-5 img {
        width: 160px;
        left: 250px;
    }

    .content-3-img-wrap.sheet-size-6 img {
        width: 164px;
        left: 248px;
    }
}