.bg-black {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    background-color: #000;
}
.region-restricted {
    background-color: #fff;
    border-radius: 8px;
    padding: 73px 0;
    text-align: center;
    display: block;
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.region-restricted .region-restricted-text {
    font-size: 20px;
    font-weight: 600;
}
.region-restricted .region-restricted-text h1 {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
}
.region-restricted .region-restricted-text p {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 30px 0;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .region-restricted {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .region-restricted {
        padding: 56px 16px;
        width: 85%;
    }
}
