.page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://www.viziotix.com/images/Viziotix-barcode-scanner-home-hero-Dec-10th-24-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.page-content h1 {
    max-width: 60%;
    font-size: 46px;
    line-height: 1.2em;
    font-family: "Lato", Sans-serif;
    font-weight: 800;
    color: #EFEBE8;
    text-shadow: #000 0 0 10px;
}

@media (max-width: 768px) {
    .page-content {
        background-image:  url("https://www.viziotix.com/images/VIZIOTIX_ELEMENT_CORNER_TOP.svg"), url("https://www.viziotix.com/images/Viziotix-scan-barcodes-with-cameras-shutterstock_1643052496.jpg");
        justify-content: start;
        background-size: 30%, cover;
        background-repeat: no-repeat, no-repeat;
        background-position: right top, center;
    }

    .page-content h1 {
        font-size: 26px;
        margin-left: 30px;
        max-width: 38%;
    }
}

@media (max-width: 500px) {
    .page-content h1 {
        font-size: 22px;
        margin-left: 30px;
        max-width: 80%;
    }
}