@charset "utf-8";
/* CSS Document */

.base-title {
    width: 100%;
    height: 70vh;
    background-image: url(../images/staff/voice-top2.jpg);	
	background-position: top;
	background-size: cover;
	position:relative;
}
.contact {
	width:85%;
	margin:auto;
	position:relative;
}
.contact-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}




.privacy-line{
    width: 90%;        
    height: 2px;      
    background-color: #DBDBDB;
    /*border-radius: 20px;*/
	margin: 0px auto 40px; 
}
/*.privacy-line1{
    width: 90%;        
    height: 2px;      
    background-color: #DBDBDB;
    border-radius: 20px;
    margin: 40px auto 0px; 
}*/
.privacy-content {
	width:90%;
	/*max-width:960px;*/
	margin:auto;
	padding:0px auto;
}
@media(max-width:768px){
.privacy-content {
	width:90%;
	/*max-width:640px;*/
}	
}
.privacy-text{
	font-size:15px;	
}