/*
Version:1.0.1
*/

.privacy-policy {
    margin: 50px auto;
}

.content {
    margin: 50px 0;
}

.content>h1 {
    position: relative;
    margin-bottom: 80px;
}

.content>h1 span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--main-fontsize-medium);
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 479px) {}