#privacy {
    position: relative;
    padding: 10vw 0 10vw;
}
#privacy .title-shared {
    margin-bottom: 6vw;
}
#privacy .txt {
    margin-bottom: 6vw;
}
#privacy .row {
    margin-bottom: 8vw;
}
#privacy .row .title2 {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
	.wrap {
    padding: 0 20px;
    max-width: 1330px;
	}

    #privacy {
        padding: 10px 0 100px;
    }
	
    #privacy .title-shared {
        margin-bottom: 42px;
        letter-spacing: 0;
    }
    #privacy .txt {
        margin-bottom: 100px;
    }
    #privacy .row {
        margin-bottom: 98px;
    }
    #privacy .row .title2 {
        font-size: 28px;
        padding-bottom: 17px;
        margin-bottom: 29px;
    }
}
