.text-policy {
    font-size: 18px;
    text-decoration: underline;
    color: #0000FF;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.block-logo {
    height: 100vh !important;
}

.logo {
    width: 80%;
}

@media (max-width: 360px) {
    .text-policy {
        font-size: 17px;
    }
}

@media (max-width: 320px) {
    .text-policy {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 60%;
    }
}
@media (min-width: 750px) {
    .logo {
        width: 558px;
    }
}
