.print-info {
    font-size: min(1.0vw, 1rem);
}

.price-notice {
    width: 100%;
    text-align: center;
    font-size: min(1vw, 1rem);
    color: white;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .print-info {
        font-size: 1rem;
    }

    .price-notice {
        font-size: 2vw;

    }
}